Skip to content

Commit

Permalink
fix: Custom configfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Mar 31, 2024
1 parent b442948 commit 9312ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ chown -R "$USER:$group" "$share" || { echo "Failed to set ownership for director
# --debug-stdout: Send debug output to stdout.
# --debuglevel=1: Set debug verbosity level to 1.
# --no-process-group: Don't create a new process group for the daemon.
exec smbd --config-file=/etc/samba/smb.custom --foreground --debug-stdout --debuglevel=1 --no-process-group
exec smbd --configfile=/etc/samba/smb.custom --foreground --debug-stdout --debuglevel=1 --no-process-group

0 comments on commit 9312ced

Please sign in to comment.