aboutsummaryrefslogtreecommitdiffstats
path: root/centos/sources/rspamd.init
diff options
context:
space:
mode:
Diffstat (limited to 'centos/sources/rspamd.init')
-rw-r--r--centos/sources/rspamd.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/centos/sources/rspamd.init b/centos/sources/rspamd.init
index 56cea9651..161bbc396 100644
--- a/centos/sources/rspamd.init
+++ b/centos/sources/rspamd.init
@@ -21,7 +21,7 @@
rspamd="/usr/bin/rspamd"
prog=$(basename $rspamd)
-RSPAMD_CONF_FILE="/etc/rspamd/rspamd"
+RSPAMD_CONF_FILE="/etc/rspamd.xml"
RSPAMD_USER="rspamd"
RSPAMD_GROUP="rspamd"
@@ -42,7 +42,7 @@ start() {
stop() {
echo -n $"Stopping $prog: "
- killproc $prog -QUIT
+ killproc $prog -TERM
retval=$?
if [ $retval -eq 0 ]; then
if [ "$CONSOLETYPE" != "serial" ]; then