krul-ldap-docker/sssd.sv.conf

15 lines
423 B
Text
Raw Normal View History

2021-02-05 06:11:25 +00:00
[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