Removed the -S flag from the smbd command which is no longer supported
This commit is contained in:
parent
aafacd6b5b
commit
eb7e1530e5
4
samba.sh
4
samba.sh
@ -293,5 +293,5 @@ elif ps -ef | egrep -v grep | grep -q smbd; then
|
||||
echo "Service already running, please restart container to apply changes"
|
||||
else
|
||||
[[ ${NMBD:-""} ]] && ionice -c 3 nmbd -D
|
||||
exec ionice -c 3 smbd -FS --no-process-group </dev/null
|
||||
fi
|
||||
exec ionice -c 3 smbd -F --no-process-group </dev/null
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user