docker-cron/start

10 lines
131 B
Plaintext
Raw Normal View History

2017-07-22 13:31:33 -07:00
#!/bin/bash -eux
if test -x /srv/cron/startup ; then
/srv/cron/startup
fi
ln -s /srv/cron/crontab /etc/cron.d/
exec cron -f