mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
11 lines
No EOL
277 B
Text
11 lines
No EOL
277 B
Text
[program:node_unread_ssl]
|
|
command=node node/unread_counts.js
|
|
directory=/srv/newsblur
|
|
user=sclay
|
|
autostart=true
|
|
autorestart=true
|
|
#redirect_stderr=True
|
|
priority=991
|
|
stopsignal=HUP
|
|
stdout_logfile = /srv/newsblur/logs/unread_counts.log
|
|
environment = NODE_ENV=production,NODE_SSL=on |