diff options
Diffstat (limited to 'extras/hook-scripts/S30samba-stop.sh')
| -rwxr-xr-x | extras/hook-scripts/S30samba-stop.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hook-scripts/S30samba-stop.sh b/extras/hook-scripts/S30samba-stop.sh index 0e483bff835..f96847309ae 100755 --- a/extras/hook-scripts/S30samba-stop.sh +++ b/extras/hook-scripts/S30samba-stop.sh @@ -50,7 +50,7 @@ function sighup_samba () {          then                  kill -HUP $pid;          else -                /etc/init.d/smb start +                /etc/init.d/smb condrestart          fi  }  | 
