You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then insert your code in the lib/daemons/<name>.rb stub. All pid's and logs will live in the normal log/ folder. This helps to make things Capistrano friendly.
Individual control script:
> ./lib/daemons/<name>_ctl [start|stop|restart]
App-wide control script (I add this to my capistrano recipe's after_restart task):