summaryrefslogtreecommitdiffstats
path: root/centos
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-03-12 15:28:25 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-03-12 15:28:25 +0200
commitb85fb75b5ac606e32e597bae9df82452305c347e (patch)
tree628904baa66d65c43795a42cc4e582567a21e57f /centos
parentc376c47a9c131c46af16a793be0cb7810c870786 (diff)
downloadrspamd-b85fb75b5ac606e32e597bae9df82452305c347e.tar.gz
rspamd-b85fb75b5ac606e32e597bae9df82452305c347e.zip
Fix condrestart in CentOS init script
Diffstat (limited to 'centos')
-rw-r--r--centos/sources/rspamd.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/centos/sources/rspamd.init b/centos/sources/rspamd.init
index ad9fc5d2e..ffc7020b6 100644
--- a/centos/sources/rspamd.init
+++ b/centos/sources/rspamd.init
@@ -122,6 +122,7 @@ case "$1" in
;;
condrestart|try-restart)
rh_status_q || exit 0
+ restart
;;
*)
echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload|configtest}"