sonic-buildimage/files/build_templates/mgmt-framework.timer
Stepan Blyshchak 7cbc79462a [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-09-04 21:22:12 +00: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