4a996f3662
At SWSS docker init time, check the device subtype and enable tunnel packet handler only if it is dualtor Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
[program:tunnel_packet_handler]
|
|
command=/usr/bin/tunnel_packet_handler.py
|
|
priority=12
|
|
autostart=false
|
|
autorestart=unexpected
|
|
stdout_logfile=syslog
|
|
stderr_logfile=syslog
|
|
dependent_startup=true
|
|
dependent_startup_wait_for=swssconfig:exited
|