e179ec2fae
- Why I did it Group all SONiC services together and able to manage them together. Will be used in config reload command as much simpler and generic way to restart services. - How I did it Add services to sonic.target - How to verify it Together with Azure/sonic-utilities#1199 config reload -y Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
16 lines
402 B
Django/Jinja
16 lines
402 B
Django/Jinja
[Unit]
|
|
Description=ICCPD container
|
|
Requires=updategraph.service swss.service
|
|
After=updategraph.service swss.service
|
|
BindsTo=sonic.target
|
|
After=sonic.target
|
|
|
|
[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=sonic.target swss.service
|