7fb5a72d23
- 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>
21 lines
543 B
Django/Jinja
21 lines
543 B
Django/Jinja
[Unit]
|
|
Description=gbsyncd service
|
|
Requires=database.service updategraph.service
|
|
ConditionPathExists=!/usr/share/sonic/hwsku/gearbox_config.json
|
|
After=database.service updategraph.service
|
|
After=interfaces-config.service
|
|
After=swss.service
|
|
BindsTo=sonic.target
|
|
After=sonic.target
|
|
Before=ntp-config.service
|
|
|
|
[Service]
|
|
User=root
|
|
Environment=sonic_asic_platform={{ sonic_asic_platform }}
|
|
ExecStartPre=/usr/local/bin/gbsyncd.sh start
|
|
ExecStart=/usr/local/bin/gbsyncd.sh wait
|
|
ExecStop=/usr/local/bin/gbsyncd.sh stop
|
|
|
|
[Install]
|
|
WantedBy=sonic.target
|