From: Alexey Date: Sun, 1 Feb 2015 03:17:51 +0000 (+0300) Subject: Fix: Centos init script: configtest() X-Git-Tag: 0.8.2~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecb570af223c8c27baac82351bf95ccd425bdf4b;p=thirdparty%2Frspamd.git Fix: Centos init script: configtest() --- diff --git a/centos/sources/rspamd.init b/centos/sources/rspamd.init index 78714a9358..f3fc9124e9 100644 --- a/centos/sources/rspamd.init +++ b/centos/sources/rspamd.init @@ -87,7 +87,7 @@ force_reload() { } configtest() { - $rspamd -t -c $RSPAMD_CONF_FILE + $rspamd -u $RSPAMD_USER -g $RSPAMD_GROUP -t -c $RSPAMD_CONF_FILE } rh_status() {