7cbc79462a
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>
10 lines
174 B
SYSTEMD
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
|