supervisord config for samba and cups.
All checks were successful
continuous-integration/drone/push Build is passing

FIX file mask for share_info.tdb must be 666
This commit is contained in:
2022-12-14 22:54:30 +01:00
parent b52d0e88ee
commit 9670e00722
2 changed files with 12 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
[supervisord]
nodaemon=true
loglevel=info
user=root
[program:smbd]
command=/usr/sbin/smbd --foreground
command=/usr/sbin/smbd --foreground --no-process-group
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
@@ -11,9 +12,14 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:nmbd]
command=/usr/sbin/nmbd --foreground
command=/usr/sbin/nmbd --foreground --no-process-group
redirect_stderr=true
[program:winbind]
command=/usr/sbin/winbindd
command=/usr/sbin/winbindd --foreground --no-process-group
redirect_stderr=true
[program:cups]
command=/usr/sbin/cupsd -f
redirect_stderr=true