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

This commit is contained in:
Struchkov Mark 2023-03-05 12:10:41 +03:00
parent 22f5d0bd90
commit dd3415222e
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6

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