aboutsummaryrefslogtreecommitdiffstats
path: root/conf/rspamd.systemd.conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-07-27 16:43:45 +0100
committerAndrew Lewis <nerf@judo.za.org>2016-07-27 16:43:45 +0100
commit638ba136d0e3a4e188d11596a3548042299fa289 (patch)
tree1eb3652079315716c0196e11f4013ff72de890a9 /conf/rspamd.systemd.conf
parent6c28bbc16ba4b122f5ed16f748883818e32a410b (diff)
downloadrspamd-638ba136d0e3a4e188d11596a3548042299fa289.tar.gz
rspamd-638ba136d0e3a4e188d11596a3548042299fa289.zip
[Rework] Remove systemd socket activation
Diffstat (limited to 'conf/rspamd.systemd.conf')
-rw-r--r--conf/rspamd.systemd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/rspamd.systemd.conf b/conf/rspamd.systemd.conf
index 8fed5108b..92e56180e 100644
--- a/conf/rspamd.systemd.conf
+++ b/conf/rspamd.systemd.conf
@@ -32,14 +32,14 @@ logging {
}
worker {
- bind_socket = "systemd:0";
+ bind_socket = "*:11333";
.include "$CONFDIR/worker-normal.inc"
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-normal.inc"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-normal.inc"
}
worker {
- bind_socket = "systemd:1";
+ bind_socket = "localhost:11334";
.include "$CONFDIR/worker-controller.inc"
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-controller.inc"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-controller.inc"