Files
samba-member/supervisord.conf
Roman Vaníček 26fc5dadff
All checks were successful
continuous-integration/drone/push Build is passing
smb.conf must define a member server
join domain also using "net ads join"
Service start commands.
2022-12-14 14:30:09 +01:00

20 lines
363 B
Plaintext

[supervisord]
nodaemon=true
loglevel=info
[program:smbd]
command=/usr/sbin/smbd --interactive
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:nmbd]
command=/usr/sbin/nmbd --interactive
redirect_stderr=true
[program:winbind]
command=/usr/sbin/winbindd
redirect_stderr=true