Files
docker-zulip/includes/zulip-puppet/files/supervisor/conf.d/cron.conf
Alexander Trost bf9f350461 Renamed the zulip folder to zulip-puppet
The entrypoint.sh is now a fully functional setup and run script for zulip installations in docker.
2015-10-06 13:00:31 +02:00

6 lines
178 B
Plaintext

[program:cron]
command = /usr/sbin/cron -f
stdout_logfile = /var/log/supervisor/%(program_name)s.log
stderr_logfile = /var/log/supervisor/%(program_name)s.log
autorestart = true