diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-07-27 16:43:45 +0100 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-07-27 16:43:45 +0100 |
commit | 638ba136d0e3a4e188d11596a3548042299fa289 (patch) | |
tree | 1eb3652079315716c0196e11f4013ff72de890a9 /conf | |
parent | 6c28bbc16ba4b122f5ed16f748883818e32a410b (diff) | |
download | rspamd-638ba136d0e3a4e188d11596a3548042299fa289.tar.gz rspamd-638ba136d0e3a4e188d11596a3548042299fa289.zip |
[Rework] Remove systemd socket activation
Diffstat (limited to 'conf')
-rw-r--r-- | conf/rspamd.systemd.conf | 4 |
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" |