NewsBlur-viq/config/supervisor_node_unread.conf

11 lines
261 B
Text
Raw Normal View History

[program:node_unread]
command=node node/unread_counts.js
directory=/srv/newsblur
user=sclay
autostart=true
autorestart=true
#redirect_stderr=True
priority=991
stopsignal=HUP
2012-10-15 16:32:32 -07:00
stdout_logfile = /srv/newsblur/logs/unread_counts.log
environment = NODE_ENV=production