mirror of https://github.com/gogits/gogs.git
Unknwon
9 years ago
3 changed files with 18 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||||
|
#!/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 |
||||||
|
source ./setup |
||||||
|
fi |
||||||
|
|
||||||
|
exec gosu root /usr/sbin/crond -fS |
Loading…
Reference in new issue