summaryrefslogtreecommitdiffstats
path: root/centos
diff options
context:
space:
mode:
authorAlexey <AlexeySa@users.noreply.github.com>2015-02-01 06:17:51 +0300
committerAlexey <AlexeySa@users.noreply.github.com>2015-02-01 06:17:51 +0300
commitf758e37a5ab0aafcc65b0621610beffe35ad5f2e (patch)
tree5284c6f35ef474d57b6c757768d2e8ad8c468f41 /centos
parent59989e26773278a4e40fb9eee6af166903e492cb (diff)
downloadrspamd-f758e37a5ab0aafcc65b0621610beffe35ad5f2e.tar.gz
rspamd-f758e37a5ab0aafcc65b0621610beffe35ad5f2e.zip
Fix: Centos init script: configtest()
Diffstat (limited to 'centos')
-rw-r--r--centos/sources/rspamd.init2
1 files changed, 1 insertions, 1 deletions
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() {