ninegate/tmpl/cadolesuser.cron

5 lines
265 B
Plaintext
Raw Normal View History

2018-12-18 09:44:39 +01:00
# Regular cron jobs for the cadolesuser package
*/10 * * * * root /var/www/html/cadolesuser/scripts/cadolesuser-cron.sh > /dev/null
%if not %%is_empty(%%cadolesuser_smtpport)
*/1 * * * * root /var/www/html/cadolesuser/scripts/cadolesuser-mail.sh > /dev/null
%end if