diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-13 11:11:58 +0000 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-03-17 21:34:07 +0200 |
commit | ea03c989d5d908a16373abf91e35c1f6a57a509c (patch) | |
tree | c5bb6bcb696de0c948c3ced497dcdfa9e6e94608 /conf | |
parent | d8f17b061835e7d59f464ad8a7c4036495232b96 (diff) | |
download | rspamd-ea03c989d5d908a16373abf91e35c1f6a57a509c.tar.gz rspamd-ea03c989d5d908a16373abf91e35c1f6a57a509c.zip |
Reiterate on systemd.
Conflicts:
CMakeLists.txt
Diffstat (limited to 'conf')
-rw-r--r-- | conf/rspamd.systemd.conf (renamed from conf/rspamd.conf.in) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/rspamd.conf.in b/conf/rspamd.systemd.conf index db0ca9099..06dbe8599 100644 --- a/conf/rspamd.conf.in +++ b/conf/rspamd.systemd.conf @@ -10,11 +10,11 @@ logging { } worker { - bind_socket = "@RSPAMD_WORKER_NORMAL@"; + bind_socket = "systemd:0"; .include "$CONFDIR/worker-normal.inc" } worker { - bind_socket = "@RSPAMD_WORKER_CONTROLLER@"; + bind_socket = "systemd:1"; .include "$CONFDIR/worker-controller.inc" } |