mastodon-app/supervisor/streaming.conf

14 lines
310 B
Plaintext
Raw Permalink Normal View History

[program:streaming]
priority=10
directory=/app/code
2021-09-23 17:43:48 +00:00
environment=HOME=/app/code,NODE_ENV=production,PORT=4000
command=node /app/code/streaming
user=cloudron
autostart=true
autorestart=true
stopsignal=QUIT
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0