All checks were successful
continuous-integration/drone/push Build is passing
join domain also using "net ads join" Service start commands.
20 lines
363 B
Plaintext
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
|