mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
12 lines
317 B
Text
12 lines
317 B
Text
[program:node_text]
|
|
command=node node/original_text.js
|
|
directory=/srv/newsblur
|
|
environment=NODE_ENV=production
|
|
user=sclay
|
|
autostart=true
|
|
autorestart=true
|
|
redirect_stderr=True
|
|
priority=991
|
|
stopsignal=HUP
|
|
stdout_logfile = /srv/newsblur/logs/original_text.log
|
|
stderr_logfile = /srv/newsblur/logs/error_original_text.log
|