summaryrefslogtreecommitdiffstats
path: root/etc/crontab
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-06 00:05:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-06 00:05:49 +0000
commit08e3c543d8386890cbbaa58fc6d43a06adf693fc (patch)
tree01c814e3a87b999ce45215cd82eabf136cf1cfd7 /etc/crontab
parentb694936ea919ce2d9633507ae881259e2af8e303 (diff)
downloadpfsense-08e3c543d8386890cbbaa58fc6d43a06adf693fc.zip
pfsense-08e3c543d8386890cbbaa58fc6d43a06adf693fc.tar.gz
* Launch /usr/libexec/save-entropy niced as 20
* Cleanup while I'm here
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/crontab b/etc/crontab
index 9885d96..fdf9d31 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -1,14 +1,14 @@
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
-#minute hour mday month wday who command
-*/5 * * * * root /usr/libexec/atrun
-*/11 * * * * operator /usr/libexec/save-entropy
-0 * * * * root newsyslog
-1 3 * * * root periodic daily
-15 4 * * 6 root periodic weekly
-30 5 1 * * root periodic monthly
-1,31 0-5 * * * root adjkerntz -a
-*/5 * * * * root nice -n20 /etc/rc.prunecaptiveportal
-*/3000 * * * * root /etc/rc.conf_mount_rw && /usr/bin/fetch -q -o /etc/bogons "http://www.cymru.com/Documents/bogon-bn-nonagg.txt" && /sbin/pfctl -t bogons -T replace -f /etc/bogons && /etc/rc.conf_mount_ro
-15 8 * * 6 root rm -rf /tmp/*
+#minute hour mday month wday who command
+*/5 * * * * root /usr/libexec/atrun
+*/11 * * * * operator nice -n20 /usr/libexec/save-entropy
+0 * * * * root newsyslog
+1 3 * * * root periodic daily
+15 4 * * 6 root periodic weekly
+30 5 1 * * root periodic monthly
+1,31 0-5 * * * root adjkerntz -a
+*/5 * * * * root nice -n20 /etc/rc.prunecaptiveportal
+*/3000 * * * * root /etc/rc.conf_mount_rw && /usr/bin/fetch -q -o /etc/bogons "http://www.cymru.com/Documents/bogon-bn-nonagg.txt" && /sbin/pfctl -t bogons -T replace -f /etc/bogons && /etc/rc.conf_mount_ro
+15 8 * * 6 root rm -rf /tmp/*
OpenPOWER on IntegriCloud