diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/rspamd.systemd.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/rspamd.systemd.conf b/conf/rspamd.systemd.conf new file mode 100644 index 000000000..06dbe8599 --- /dev/null +++ b/conf/rspamd.systemd.conf @@ -0,0 +1,20 @@ +.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" +} |