9a6d6137a3
### 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.
16 lines
284 B
Desktop File
16 lines
284 B
Desktop File
[Unit]
|
|
Description=Update DNS configuration
|
|
Requires=config-setup.service
|
|
After=config-setup.service
|
|
BindsTo=sonic.target
|
|
After=sonic.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/resolv-config.sh start
|
|
|
|
[Install]
|
|
WantedBy=sonic.target
|