]> source.dussan.org Git - rspamd.git/commitdiff
Fix: Centos init script: configtest() 133/head
authorAlexey <AlexeySa@users.noreply.github.com>
Sun, 1 Feb 2015 03:17:51 +0000 (06:17 +0300)
committerAlexey <AlexeySa@users.noreply.github.com>
Sun, 1 Feb 2015 03:17:51 +0000 (06:17 +0300)
centos/sources/rspamd.init

index 78714a9358d4ea23ed02804739fec6354b8d66ce..f3fc9124e9fe5bb6261fa5b399f6c4b1ab285e96 100644 (file)
@@ -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() {