From 73c8bf8948d8d37b7f2af53d572770f0c4994657 Mon Sep 17 00:00:00 2001 From: Rosiney Gomes Pereira Date: Sat, 6 Feb 2016 20:06:39 -0200 Subject: [PATCH] Add nmdb service for network auto discovery Requested by home media player (WD TV play) Signed-off-by: Rosiney Gomes Pereira --- samba.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samba.sh b/samba.sh index 0d82535..19cb202 100755 --- a/samba.sh +++ b/samba.sh @@ -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 \ No newline at end of file + exec ionice -c 3 nmbd -FS +fi