sonic-buildimage/files/build_templates/sonic-delayed.target
Sudharsan Dhamal Gopalarathnam c88c3c7ba5
Grouping delayed services under a target for config reload checks (#7846)
#### Why I did it
Create a target for delayed service timers. Few services in sonic have delayed to speed up the bring up of the system and essential services. However there is no way to track when they start. This will be a problem when executing config reload as config reload expects all services to be up. Hence grouped all the timers that trigger the delayed services under one target so that they could be tracked in 'config reload' command

#### How I did it
Created delay.target service and add created dependency on the delayed targets.
2021-06-21 11:55:02 -07:00

6 lines
88 B
SYSTEMD

[Unit]
Description=SONiC delayed services target.
[Install]
WantedBy=multi-user.target