Add nmdb service for network auto discovery

Requested by home media player (WD TV play)

Signed-off-by: Rosiney Gomes Pereira <rosiney.gp@gmail.com>
This commit is contained in:
Rosiney Gomes Pereira 2016-02-06 20:06:39 -02:00
parent 2d0b0f3893
commit 73c8bf8948

View File

@ -138,4 +138,5 @@ elif ps -ef | egrep -v grep | grep -q smbd; then
echo "Service already running, please restart container to apply changes"
else
exec ionice -c 3 smbd -FS
fi
exec ionice -c 3 nmbd -FS
fi