d821cb84b8
radv should be left alone during warm restart of swss. Otherwise it will announce departure and cause hosts to lose default gateway. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
15 lines
385 B
Django/Jinja
15 lines
385 B
Django/Jinja
[Unit]
|
|
Description=Router advertiser container
|
|
Requires=updategraph.service
|
|
After=updategraph.service swss.service
|
|
Before=ntp-config.service
|
|
|
|
[Service]
|
|
User={{ sonicadmin_user }}
|
|
ExecStartPre=/usr/bin/{{ docker_container_name }}.sh start
|
|
ExecStart=/usr/bin/{{ docker_container_name }}.sh wait
|
|
ExecStop=/usr/bin/{{ docker_container_name }}.sh stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|