5 lines
265 B
Plaintext
5 lines
265 B
Plaintext
|
# 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
|