Заменил -FS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2023-03-05 12:40:54 +03:00
parent dd3415222e
commit 22b57f668c
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"
else
[[ ${NMBD:-""} ]] && ionice -c 3 nmbd -D
exec ionice -c 3 smbd --no-process-group </dev/null
exec ionice -c 3 smbd --daemon --debug-stdout --no-process-group </dev/null
fi