Files
crontab-ui/supervisord.conf
2017-07-09 23:26:17 -05:00

12 lines
292 B
Plaintext

[supervisord]
nodaemon=true
[program:crontab]
command=crond -l 2 -f
stderr_logfile = /var/log/crontab-stderr.log
stdout_logfile = /var/log/crontab-stdout.log
[program:crontabui]
command=crontab-ui
stderr_logfile = /var/log/crontabui-stderr.log
stdout_logfile = /var/log/crontabui-stdout.log