diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-26 01:53:34 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-26 01:53:34 +0000 |
commit | 86ef739d2bf9e29f20031cdeb6e7acdaa9745e8c (patch) | |
tree | 37b8170d493a79af1ef82f2d39025fa537cba925 /etc/crontab | |
parent | ff1955eeab587d34bdfc36e66f751cacc73c0980 (diff) | |
download | pfsense-86ef739d2bf9e29f20031cdeb6e7acdaa9745e8c.zip pfsense-86ef739d2bf9e29f20031cdeb6e7acdaa9745e8c.tar.gz |
Add custom pfsense crontab
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/crontab b/etc/crontab new file mode 100644 index 0000000..6bfe0a0 --- /dev/null +++ b/etc/crontab @@ -0,0 +1,12 @@ +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 +12 12 * * * root /usr/bin/fetch -o /etc/bogons "http://www.cymru.com/Documents/bogon-bn-nonagg.txt" >/dev/null 2>&1
\ No newline at end of file |