]> source.dussan.org Git - rspamd.git/commitdiff
Fix condrestart in CentOS init script 214/head
authorAndrew Lewis <nerf@judo.za.org>
Thu, 12 Mar 2015 13:28:25 +0000 (15:28 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 12 Mar 2015 13:28:25 +0000 (15:28 +0200)
centos/sources/rspamd.init

index ad9fc5d2eb22239b74789d01991f0017aec6c2ed..ffc7020b6ba6be3a4ecefde83c07261cbb9331bb 100644 (file)
@@ -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}"