Платформа ЦРНП "Мирокод" для разработки проектов https://git.mirocod.ru
 
 
 
 
 
 

9 lines
244 B

#!/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