Last active
August 29, 2015 14:17
-
-
Save nwgat/1239a195e550f3042990 to your computer and use it in GitHub Desktop.
put it in /etc/supervisor/conf.d/shout.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[program:shout] | |
command = node /home/node/shout/index.js --home /home/node/shout | |
directory = /home/node/shout | |
user = node | |
autostart = true | |
autorestart = true | |
stdout_logfile = /var/log/supervisor/shout.log | |
stderr_logfile = /var/log/supervisor/shout_err.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
change to fit your user/paths