From f61a70f00d7c9061a500fe02980d7684767a8a53 Mon Sep 17 00:00:00 2001 From: Nick Miller Date: Fri, 4 Nov 2022 02:52:19 +0000 Subject: [PATCH] Added --debug-stdout as alternative to -S --- samba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.sh b/samba.sh index 759f714..f66001d 100755 --- a/samba.sh +++ b/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 -F --no-process-group