forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
482 B
Text
14 lines
482 B
Text
===============================================================================
|
|
To enable fcron, and disable the default system cron, add the following lines
|
|
to your /etc/rc.conf:
|
|
|
|
fcron_enable="YES"
|
|
cron_enable="NO"
|
|
|
|
and move any jobs in /etc/crontab to the root fcrontab(5) file. See:
|
|
|
|
%%EXAMPLESDIR%%
|
|
|
|
for a translation of the default FreeBSD /etc/crontab, and for sample PAM
|
|
configuration files.
|
|
===============================================================================
|