From b85fb75b5ac606e32e597bae9df82452305c347e Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 12 Mar 2015 15:28:25 +0200 Subject: [PATCH] Fix condrestart in CentOS init script --- centos/sources/rspamd.init | 1 + 1 file changed, 1 insertion(+) 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}" -- 2.39.5