diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2015-02-01 06:17:51 +0300 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2015-02-01 06:17:51 +0300 |
commit | f758e37a5ab0aafcc65b0621610beffe35ad5f2e (patch) | |
tree | 5284c6f35ef474d57b6c757768d2e8ad8c468f41 /centos | |
parent | 59989e26773278a4e40fb9eee6af166903e492cb (diff) | |
download | rspamd-f758e37a5ab0aafcc65b0621610beffe35ad5f2e.tar.gz rspamd-f758e37a5ab0aafcc65b0621610beffe35ad5f2e.zip |
Fix: Centos init script: configtest()
Diffstat (limited to 'centos')
-rw-r--r-- | centos/sources/rspamd.init | 2 |
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() { |