From: Alexey Date: Sun, 1 Feb 2015 03:17:51 +0000 (+0300) Subject: Fix: Centos init script: configtest() X-Git-Tag: 0.9.0~792^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F133%2Fhead;p=rspamd.git Fix: Centos init script: configtest() --- diff --git a/centos/sources/rspamd.init b/centos/sources/rspamd.init index 78714a935..f3fc9124e 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() {