From cd1028e0bddf5f172dc8990c485d8b5fd3eda0b5 Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Fri, 6 Mar 2015 23:09:04 +0000 Subject: Reorganize configuration files for systemd Common systemd/non-systemd options were moved to .inc files. rspamd.conf is systemd-enabled one, rspamd.sysvinit.conf is sysvinit-compatible one. --- conf/worker-controller.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/worker-controller.inc (limited to 'conf/worker-controller.inc') diff --git a/conf/worker-controller.inc b/conf/worker-controller.inc new file mode 100644 index 000000000..f0fe955f0 --- /dev/null +++ b/conf/worker-controller.inc @@ -0,0 +1,7 @@ +# Included from top-level .conf file + +type = "controller"; +count = 1; +password = "q1"; +secure_ip = "127.0.0.1"; +static_dir = "${WWWDIR}"; -- cgit v1.2.3