14 lines
423 B
Text
14 lines
423 B
Text
[program:sssd_init]
|
|
command=
|
|
/bin/bash -c "envsubst < /etc/sssd/sssd.conf.env > /etc/sssd/sssd.conf; chmod 600 /etc/sssd/sssd.conf; supervisorctl start sssd"
|
|
autorestart=false
|
|
stdout_logfile=/dev/fd/1
|
|
stdout_logfile_maxbytes=0
|
|
redirect_stderr=true
|
|
|
|
[program:sssd]
|
|
command=/bin/bash -c "rm -rf /var/run/sssd.pid; /usr/sbin/sssd -i"
|
|
autostart=false
|
|
stdout_logfile=/dev/fd/1
|
|
stdout_logfile_maxbytes=0
|
|
redirect_stderr=true
|