This commit is contained in:
parent
dd3415222e
commit
22b57f668c
2
samba.sh
2
samba.sh
@ -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
|
Loading…
Reference in New Issue
Block a user