Merge pull request #55 from cgaspard/master
Supervisord to run webui, and cron at the same time.v0.3.0
commit
c5f15736f2
@ -0,0 +1,12 @@
|
||||
[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
|
Loading…
Reference in new issue