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.
13 lines
267 B
SYSTEMD
13 lines
267 B
SYSTEMD
[Unit]
|
|
Description=Delays tacacs apply until SONiC has started
|
|
PartOf=tacacs-config.service
|
|
After=config-setup.service
|
|
|
|
[Timer]
|
|
OnUnitActiveSec=0 sec
|
|
OnBootSec=5min 30 sec
|
|
Unit=tacacs-config.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target sonic.target sonic-delayed.target
|