14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
|
[Unit]
|
||
|
Description=ICCPD container
|
||
|
Requires=updategraph.service swss.service
|
||
|
After=updategraph.service swss.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 swss.service
|