diff --git a/samba.sh b/samba.sh index 0d82535..19cb202 100755 --- a/samba.sh +++ b/samba.sh @@ -138,4 +138,5 @@ elif ps -ef | egrep -v grep | grep -q smbd; then echo "Service already running, please restart container to apply changes" else exec ionice -c 3 smbd -FS -fi \ No newline at end of file + exec ionice -c 3 nmbd -FS +fi