sonic-buildimage/files/build_templates/mgmt-framework.timer
Stepan Blyshchak b31050d60e
[services][mgmt-framework] delay mgmt-framework service on boot (#5226)
management framework provides management plane services like rest and
CLI which is not needed right after boot, instead by delaying this
service we give some more CPU for data plane and control plane services
on fast/warm boot.

Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
2020-08-27 21:53:58 +03:00

10 lines
174 B
SYSTEMD

[Unit]
Description=Delays management framework container until SONiC has started
[Timer]
OnBootSec=3min 30 sec
Unit=mgmt-framework.service
[Install]
WantedBy=timers.target