mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 13:35:58 +00:00
13 lines
335 B
Text
13 lines
335 B
Text
[program:node_unread]
|
|
command=node node/unread_counts.js
|
|
directory=/srv/newsblur
|
|
environment=NODE_ENV=production
|
|
user=sclay
|
|
autostart=true
|
|
autorestart=true
|
|
#redirect_stderr=True
|
|
minfds = 10000
|
|
priority=991
|
|
stopsignal=HUP
|
|
stdout_logfile = /srv/newsblur/logs/unread_counts.log
|
|
stderr_logfile = /srv/newsblur/logs/error_unread_counts.log
|