Files
Froxlor-podman/etc/cron.d/froxlor
2025-11-26 12:00:17 +01:00

11 lines
815 B
Plaintext

# automatically generated cron-configuration by froxlor
# do not manually edit this file as it will be re-generated periodically.
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
#
*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php -q /app/bin/froxlor-cli froxlor:cron 'tasks' -q 1> /dev/null
0 0 * * * root /usr/bin/nice -n 5 /usr/bin/php -q /app/bin/froxlor-cli froxlor:cron 'traffic' -q 1> /dev/null
0 */6 * * * root /usr/bin/nice -n 5 /usr/bin/php -q /app/bin/froxlor-cli froxlor:cron 'mailboxsize' -q 1> /dev/null
3 */20 * * * root /usr/bin/nice -n 5 /usr/bin/php -q /app/bin/froxlor-cli froxlor:cron 'letsencrypt' -q 1> /dev/null
# Look for and purge old sessions every 30 minutes
09,39 * * * * root /usr/bin/nice -n 5 /usr/bin/php -q /app/bin/froxlor-cli froxlor:php-sessionclean 1> /dev/null