1
0

update dockerfile

This commit is contained in:
2023-05-08 13:50:03 +08:00
parent d407fa1b62
commit 6796094691
4 changed files with 10 additions and 10 deletions

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