set :foreman_export_path, '/etc/init/sites'
imagine application name is dashboard
script is put in /etc/init/sites/dashboard.conf etc
To run it, we must do sudo start sites/dashboard etc
But the capistrano-foreman gem when it tries to run a script, it is using sudo start dashboard (forgetting the sites), hence it doesn't ever work.
Am I interpreting something incorrectly?