From 5a83c6f1e8837325d799773991460ddbdeb8c197 Mon Sep 17 00:00:00 2001 From: Jon dye Date: Sun, 23 Sep 2018 18:11:56 +0100 Subject: [PATCH] Add --no-process-group flag to smbd (#147) Latest Samba on Alpine fails with "Failed to create session" without this flag. --- samba.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samba.sh b/samba.sh index 3350856..eb56daf 100755 --- a/samba.sh +++ b/samba.sh @@ -255,5 +255,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