11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
[program:apphealthtask]
|
|
command=/usr/bin/node "/home/yellowtent/box/apphealthtask.js"
|
|
autostart=true
|
|
autorestart=true
|
|
redirect_stderr=true
|
|
stdout_logfile=/var/log/supervisor/apphealthtask.log
|
|
stdout_logfile_maxbytes=50MB
|
|
stdout_logfile_backups=2
|
|
user=yellowtent
|
|
environment=HOME="/home/yellowtent",USER="yellowtent",DEBUG="box*",NODE_ENV="cloudron"
|