Added --debug-stdout as alternative to -S
This commit is contained in:
parent
eb7e1530e5
commit
f61a70f00d
2
samba.sh
2
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"
|
echo "Service already running, please restart container to apply changes"
|
||||||
else
|
else
|
||||||
[[ ${NMBD:-""} ]] && ionice -c 3 nmbd -D
|
[[ ${NMBD:-""} ]] && ionice -c 3 nmbd -D
|
||||||
exec ionice -c 3 smbd -F --no-process-group </dev/null
|
exec ionice -c 3 smbd -F --debug-stdout --no-process-group </dev/null
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user