Skip to content

Commit 6ab6b6e

Browse files
shulutkovmergify[bot]
authored andcommitted
samba_cmds: add --debug-stdout flag for samba
Signed-off-by: myback <[email protected]>
1 parent 02eb9ff commit 6ab6b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sambacc/samba_cmds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def winbindd_foreground() -> SambaCommand:
172172

173173

174174
def samba_dc_foreground() -> SambaCommand:
175-
return samba_dc["--foreground"]
175+
return samba_dc["--foreground", _daemon_stdout_opt("samba")]
176176

177177

178178
ctdbd = SambaCommand("/usr/sbin/ctdbd")

0 commit comments

Comments
 (0)