### Why I did it Remove UpdateGraphService feature from sonic image. The goal is to simplify the bootup process. ### How I did it Remove updategraph service and updategraph script. Update all related services, replace updategraph.service with config-setup.service. #### How to verify it Build and install new image, load minigraph and check all the services.
12 lines
235 B
Desktop File
12 lines
235 B
Desktop File
[Unit]
|
|
Description=SONiC system health monitor
|
|
Requires=database.service config-setup.service
|
|
After=database.service config-setup.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/healthd
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|