From f758e37a5ab0aafcc65b0621610beffe35ad5f2e Mon Sep 17 00:00:00 2001 From: Alexey Date: Sun, 1 Feb 2015 06:17:51 +0300 Subject: [PATCH] Fix: Centos init script: configtest() --- centos/sources/rspamd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5