opt/fcron/systab.orig
Juergen Daubert 3417cac635 fcron: use systab, use fcron user
I take the opportunity of the CRUX 2.5 release change to do two
long standing adjustments:

* use a determinded user fcron
* use systab instead of root for system crontab
2008-11-24 09:32:43 +01:00

13 lines
339 B
Plaintext

#
# /var/spool/fcron/systab.org: fcron(8) configuration
#
!mailto(root)
!noticenotrun(yes)
%hourly * /usr/sbin/runjobs /etc/cron/hourly
%daily * * /usr/sbin/runjobs /etc/cron/daily
%weekly * * /usr/sbin/runjobs /etc/cron/weekly
%monthly * * * /usr/sbin/runjobs /etc/cron/monthly
# End of file