ngbs 3 years ago
parent
commit
09658b9db5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      samba/samba.sh

+ 1 - 1
samba/samba.sh

@@ -291,5 +291,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 </dev/null
+    exec ionice -c 3 smbd --foreground --no-process-group </dev/null
 fi