diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-01 10:35:08 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-01 10:35:08 +0000 |
commit | 0923e0a67ab73a3040e9ac670daf150a61a209e0 (patch) | |
tree | 5284c6f35ef474d57b6c757768d2e8ad8c468f41 | |
parent | 59989e26773278a4e40fb9eee6af166903e492cb (diff) | |
parent | f758e37a5ab0aafcc65b0621610beffe35ad5f2e (diff) | |
download | rspamd-0923e0a67ab73a3040e9ac670daf150a61a209e0.tar.gz rspamd-0923e0a67ab73a3040e9ac670daf150a61a209e0.zip |
Merge pull request #133 from AlexeySa/patch-2
Fix: Centos init script: configtest()
-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() { |