Skip to content

Commit

Permalink
supervisor: process name not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Nov 7, 2017
1 parent 8fa0524 commit c7dbb72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions supervisor.conf
@@ -1,6 +1,5 @@
[program:studynotes-site]
user=root
process_name=studynotes-site
directory=/home/feross/www/studynotes.org/
command=/usr/bin/node index.js
environment=NODE_ENV="production",DEBUG="studynotes*"
Expand All @@ -11,7 +10,6 @@ stdout_logfile=/home/feross/www/log/studynotes.org/site.log

[program:studynotes-liveupdater]
user=root
process_name=studynotes-liveupdater
directory=/home/feross/www/studynotes.org/
command=/usr/bin/node liveupdater/index.js
environment=NODE_ENV="production",DEBUG="studynotes*"
Expand Down

0 comments on commit c7dbb72

Please sign in to comment.