2015-07-20 00:09:47 -07:00
|
|
|
[eventlistener:crashnotifier]
|
|
|
|
|
command=/usr/bin/node "/home/yellowtent/box/crashnotifier.js"
|
|
|
|
|
events=PROCESS_STATE
|
|
|
|
|
autostart=true
|
|
|
|
|
autorestart=true
|
|
|
|
|
redirect_stderr=false
|
|
|
|
|
stderr_logfile=/var/log/supervisor/crashnotifier.log
|
|
|
|
|
stderr_logfile_maxbytes=50MB
|
|
|
|
|
stderr_logfile_backups=2
|
|
|
|
|
user=yellowtent
|
2015-07-24 01:42:28 -07:00
|
|
|
environment=HOME="/home/yellowtent",USER="yellowtent",BOX_ENV="cloudron",NODE_ENV="production"
|