Skip to content

Instantly share code, notes, and snippets.

@PSJoshi
Created March 7, 2015 16:07
Show Gist options
  • Save PSJoshi/ac2c74d7e82ea3779d26 to your computer and use it in GitHub Desktop.
Save PSJoshi/ac2c74d7e82ea3779d26 to your computer and use it in GitHub Desktop.
Bro cron scripts
#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