|
|
@ -14,7 +14,7 @@ |
|
|
# chkconfig: - 85 15 |
|
|
# chkconfig: - 85 15 |
|
|
# description: rspamd is a spam filtering system |
|
|
# description: rspamd is a spam filtering system |
|
|
# processname: rspamd |
|
|
# processname: rspamd |
|
|
# config: /etc/rspamd/rspamd.conf |
|
|
|
|
|
|
|
|
# config: /etc/rspamd/rspamd.sysvinit.conf |
|
|
# config: /etc/sysconfig/rspamd |
|
|
# config: /etc/sysconfig/rspamd |
|
|
# pidfile: /var/run/rspamd/rspamd.pid |
|
|
# pidfile: /var/run/rspamd/rspamd.pid |
|
|
|
|
|
|
|
|
@ -30,7 +30,7 @@ |
|
|
rspamd="/usr/bin/rspamd" |
|
|
rspamd="/usr/bin/rspamd" |
|
|
prog=$(basename $rspamd) |
|
|
prog=$(basename $rspamd) |
|
|
|
|
|
|
|
|
RSPAMD_CONF_FILE="/etc/rspamd/rspamd.conf" |
|
|
|
|
|
|
|
|
RSPAMD_CONF_FILE="/etc/rspamd/rspamd.sysvinit.conf" |
|
|
RSPAMD_USER="rspamd" |
|
|
RSPAMD_USER="rspamd" |
|
|
RSPAMD_GROUP="rspamd" |
|
|
RSPAMD_GROUP="rspamd" |
|
|
|
|
|
|
|
|
|