Added --debug-stdout as alternative to -S

This commit is contained in:
Nick Miller 2022-11-04 02:52:19 +00:00
parent eb7e1530e5
commit f61a70f00d
No known key found for this signature in database
GPG Key ID: E7FB9BED76F1D3AC

View File

@ -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 -F --no-process-group </dev/null
exec ionice -c 3 smbd -F --debug-stdout --no-process-group </dev/null
fi