8c344095a8
* Install ndppd during image build, and copy config files to image * Configure proxy settings based on config DB at container start * Pipe ndppd output to logger inside container to log output in syslog
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
[program:ndppd]
|
|
command=bash -c "/usr/sbin/ndppd | /usr/bin/logger"
|
|
priority=7
|
|
autostart=false
|
|
autorestart=unexpected
|
|
stdout_logfile=syslog
|
|
stderr_logfile=syslog
|
|
dependent_startup=true
|
|
dependent_startup_wait_for=swssconfig:exited |