From ce3ff7e328483dffdae6ae2914924bc2380db67e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Dec 2015 00:37:13 +0100 Subject: hook-scripts: fix S30Samba scripts on systemd systems /etc/init.d/smb does not exist on systemd systems. Using "service smb " is the portable way. It calls init scripts on sysv systems, and redirects to systemctl on systemd systems. Change-Id: I7146c9998a51d8b170d3321f3477e92704ae7615 BUG: 1290604 Signed-off-by: Michael Adam Reviewed-on: http://review.gluster.org/12945 Tested-by: Gluster Build System Reviewed-by: Anoop C S Tested-by: NetBSD Build System Reviewed-by: Niels de Vos --- extras/hook-scripts/start/post/S30samba-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/hook-scripts/start/post') diff --git a/extras/hook-scripts/start/post/S30samba-start.sh b/extras/hook-scripts/start/post/S30samba-start.sh index 43dc8e108da..752eca650d3 100755 --- a/extras/hook-scripts/start/post/S30samba-start.sh +++ b/extras/hook-scripts/start/post/S30samba-start.sh @@ -82,7 +82,7 @@ function sighup_samba () { then kill -HUP "$pid"; else - /etc/init.d/smb condrestart + service smb condrestart fi } -- cgit