edc8685e1e
SWSS clears DB tables, if teamd is not started after swss, there is a race condition that swss might clear vital teamd information. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
15 lines
367 B
Django/Jinja
15 lines
367 B
Django/Jinja
[Unit]
|
|
Description=TEAMD 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
|