2017-07-10 04:26:17 +00:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
|
|
|
|
|
|
|
[program:crontab]
|
2017-07-19 15:00:17 +00:00
|
|
|
command=crond -l 2 -f -c %(ENV_CRON_PATH)s
|
2017-07-10 04:26:17 +00:00
|
|
|
stderr_logfile = /var/log/crontab-stderr.log
|
|
|
|
stdout_logfile = /var/log/crontab-stdout.log
|
|
|
|
|
|
|
|
[program:crontabui]
|
2017-07-19 14:20:06 +00:00
|
|
|
command=node /crontab-ui/app.js
|
2017-07-10 04:26:17 +00:00
|
|
|
stderr_logfile = /var/log/crontabui-stderr.log
|
|
|
|
stdout_logfile = /var/log/crontabui-stdout.log
|