.include "$CONFDIR/common.conf" options { .include "$CONFDIR/options.inc" } logging { type = "console"; .include "$CONFDIR/logging.inc" } worker { bind_socket = "systemd:0"; .include "$CONFDIR/worker-normal.inc" } worker { bind_socket = "systemd:1"; .include "$CONFDIR/worker-controller.inc" }