summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/system
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2018-01-24 11:35:12 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-08 17:20:18 +0000
commit84082c960a14d3fbb6fb8324c3bd6ea4f547b594 (patch)
tree1f3e0fa22a48ef1381569b7630db3f910512f66e /meta-phosphor/common/recipes-phosphor/system
parent778f1cff7ba0e85dc6f604a511b37eee9b4f808c (diff)
downloadtalos-openbmc-84082c960a14d3fbb6fb8324c3bd6ea4f547b594.tar.gz
talos-openbmc-84082c960a14d3fbb6fb8324c3bd6ea4f547b594.zip
Run legacy services with lowest priority
The early boot of the BMC sees a lot of processes start at the same time (right after mapper completes). The loading of these legacy python services contributes a lot of un-needed workload to the CPU during this time. The eventual goal is to simply remove these services but until that is done, ensure they run with the lowest priority. Resolves openbmc/openbmc#2825 Change-Id: I71e14b02ec943ebe3f64e1818c4fbd7699e690bf Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/system')
-rw-r--r--meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service b/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service
index b5f6b3f2a..b2354ab5f 100644
--- a/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service
+++ b/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service
@@ -10,6 +10,8 @@ SyslogIdentifier=system_manager.py
Type=dbus
BusName={BUSNAME}
Environment="PYTHONUNBUFFERED=1"
+Nice=19
+TimeoutStartSec=180s
[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}
OpenPOWER on IntegriCloud