$OpenBSD: README,v 1.10 2019/08/17 12:58:04 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running zeek on OpenBSD
+-----------------------------------------------------------------------

Note that most broctl(8) commands must be run as root.

Post-install steps
==================

Before starting zeek (bro(8)) for the first time, the "interface" must be
properly configured under:
    /etc/bro/node.cfg

And the configuration and policies must be installed and deployed by running:
    broctl deploy
This command will run broctl(8) with the check, install, and restart arguments.

It's also recommended to enable housekeeping tasks by adding the following
entry into root's crontab(5):
*/5	*	*	*	*	/usr/local/bin/broctl cron

See https://docs.zeek.org/en/stable/quickstart/index.html for details.
