aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@debian.org>2015-03-07 10:53:16 +0000
committerAndrew Lewis <nerf@judo.za.org>2015-03-11 19:37:16 +0200
commitd28ce79cb23b14ff5b0752cfef7c2717c750f73c (patch)
tree0677a76171a66d8359f8baa287313e8a8550f95e /debian
parentdc40269226c5116db1e45d936785ee4973e4557e (diff)
downloadrspamd-d28ce79cb23b14ff5b0752cfef7c2717c750f73c.tar.gz
rspamd-d28ce79cb23b14ff5b0752cfef7c2717c750f73c.zip
Use rspamd.sysvinit.conf for sysvinit init scripts
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rspamd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rspamd.init b/debian/rspamd.init
index b531304e4..07eba1bd6 100755
--- a/debian/rspamd.init
+++ b/debian/rspamd.init
@@ -16,7 +16,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="Rspamd"
NAME=rspamd
DAEMON=/usr/bin/$NAME
-DAEMON_ARGS="-c /etc/rspamd/rspamd.conf"
+DAEMON_ARGS="-c /etc/rspamd/rspamd.sysvinit.conf"
DESC="rapid spam filtering system"
PIDFILE=/run/rspamd/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME