Files
docker-zulip/includes/zulip-puppet/files/supervisor/conf.d/cron.conf
Alexander Trost 0f865c1a19 Added checks for the missing certificates
This should fix the nginx and cron supervisor "jobs"
2015-10-18 11:46:00 +02:00

6 lines
122 B
Plaintext

[program:cron]
command = /usr/sbin/cron -f -L 15
stdout_events_enabled=true
stderr_events_enabled=true
autorestart = true