From 2987d67126e28bb9770f247a4f590e4b75ef208b Mon Sep 17 00:00:00 2001 From: Gabriel Lando Date: Mon, 10 Jan 2022 20:35:53 -0300 Subject: [PATCH] Fix startup parameter issue for samba version 4.15+ Replace parameter "S" from the "-FS" startup script to "--debug-stdout", as the "--log-stdout" parameter was replaced to "--debug-stdout" in smbd version 4.15+ --- samba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.sh b/samba.sh index ebb4e20..327009b 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 -FS --no-process-group