Убрал -S
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-05 12:46:25 +03:00
parent f6c5c6a1cb
commit cffbd5f5a5

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