Files
Gogs/docker/s6/crond/run
ᴜɴᴋɴᴡᴏɴ 92c5f94fe7 shellcheck: fix warnings (#6274)
* Remove outdated files

* Fix warnings
2020-08-23 15:17:54 +08:00

11 lines
283 B
Bash
Executable File

#!/bin/sh
# Crontabs are located by default in /var/spool/cron/crontabs/
# The default configuration is also calling all the scripts in /etc/periodic/${period}
if test -f ./setup; then
# shellcheck disable=SC2039,SC1091
source ./setup
fi
exec gosu root /usr/sbin/crond -fS