1
0

Dockerfile use 'tini' init

This commit is contained in:
David Personette
2018-04-10 09:58:16 -04:00
parent 6b997056b4
commit 5823638903
4 changed files with 7 additions and 7 deletions

View File

@@ -242,5 +242,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
ionice -c 3 smbd -FS </dev/null
exec ionice -c 3 smbd -FS </dev/null
fi