diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-23 03:59:14 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-23 03:59:14 +0000 |
commit | 220c063f824747cd9c453f6e31f299ea81ad5aec (patch) | |
tree | 8c2e71192979c36ffb3d4ec04118fad4fdd9600e /etc/crontab | |
parent | 84506d9a518278a14d68d0098b0432394d759620 (diff) | |
download | pfsense-220c063f824747cd9c453f6e31f299ea81ad5aec.zip pfsense-220c063f824747cd9c453f6e31f299ea81ad5aec.tar.gz |
Move to minicron
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab index 4f4d264..84b4f95 100644 --- a/etc/crontab +++ b/etc/crontab @@ -9,7 +9,6 @@ HOME=/var/log 15 4 * * 6 root /usr/bin/nice -n20 periodic weekly 30 5 1 * * root /usr/bin/nice -n20 periodic monthly 1,31 0-5 * * * root /usr/bin/nice -n20 adjkerntz -a -*/5 * * * * root /usr/bin/nice -n20 /etc/rc.prunecaptiveportal 1 * 1 * * root /usr/bin/nice -n20 /etc/rc.update_bogons.sh */60 * 1 * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout * 2 2 * * root /usr/bin/nice -n20 /etc/rc.dyndns.update |