Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiramolla committed May 2, 2022
1 parent 6179d86 commit 1ed94cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 </dev/null
fi
exec ionice -c 3 smbd -F --debug-stdout --no-process-group </dev/null
fi

0 comments on commit 1ed94cd

Please sign in to comment.