mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

The supervisor does not require the full weight of scripts that init-default.zeek brings with it. The new file, init-supervisor.zeek, contains only what's required by the supervisor in addition to the other always-loaded init files.
5 lines
219 B
Text
5 lines
219 B
Text
##! This script loads functionality needed by the supervisor. Zeek only sources
|
|
##! this when the supervisor is active (-j). Like init-default.zeek, this isn't
|
|
##! loaded in bare mode.
|
|
|
|
@load base/frameworks/supervisor
|