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