3b3837a636
* [containercfgd] Add containercfgd and syslog rate limit configuration support * Fix build issue * Fix checker issue * Fix review comment * Fix review comment * Update containercfgd.py
10 lines
231 B
Plaintext
10 lines
231 B
Plaintext
[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
|