hyperoslo / hyperoslo/capistrano-foreman
Scripts don't start automatically
Open
- Dominant language
- Ruby
- Stars
- 135
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.