diff options
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service | 2 |
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} |