You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/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
|