Skip to content

Commit

Permalink
Update root crontab
Browse files Browse the repository at this point in the history
- add fw_update(1)
  • Loading branch information
horia committed May 25, 2019
1 parent 4a1dded commit 8a3995f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/var/cron/tabs/root
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ HOME=/var/log
30 7 1 * * /usr/local/bin/adhosts.sh > /dev/null 2>&1
30 9 1 * * /usr/local/bin/malware.sh > /dev/null 2>&1
30 11 1,14 * * /usr/local/bin/dnsblock.sh > /dev/null 2>&1
20 8 * * * syspatch -c
20 8 * * * syspatch -c; fw_update -i
# schedule starts at 9am
0 9 * * * pfctl -t schedule -T replace -f /etc/pf.schedule > /dev/null 2>&1
# schedule ends at 5pm
Expand Down

0 comments on commit 8a3995f

Please sign in to comment.