run 290 B

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