Created
March 7, 2015 16:07
-
-
Save PSJoshi/ac2c74d7e82ea3779d26 to your computer and use it in GitHub Desktop.
Bro cron scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#start bro at boot - /etc/rc.local | |
/usr/local/bro/bin/broctl start | |
exit 0 | |
#Housecleaning items every five minutes via broctl cron - /etc/crontab | |
0-59/5 * * * * root /usr/local/bro/bin/broctl cron |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment