diff options
Diffstat (limited to 'extras/hook-scripts/start/post/S30samba-start.sh')
| -rwxr-xr-x | extras/hook-scripts/start/post/S30samba-start.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
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  }  | 
