sonic-buildimage/dockers/docker-base-bullseye/etc/supervisor/containercfgd.conf

10 lines
231 B
Plaintext
Raw Normal View History

[program:containercfgd]
command=python3 /usr/local/bin/containercfgd
priority=99
autostart=false
autorestart=unexpected
stdout_logfile=syslog
stderr_logfile=syslog
dependent_startup=true
dependent_startup_wait_for=rsyslogd:running