From ce85a96ba2882d5e25642331ae299990abf8204d Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Sun, 21 Jan 2018 16:19:31 -0600 Subject: Change IPL monitor LED service to simple service The IPL monitor LED service does not provide a DBUS service, so systemd assumes it keeps timing out. Convert to simple service. --- .../obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-phosphor/common/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service b/meta-phosphor/common/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service index 2385a8877..c1daa0469 100644 --- a/meta-phosphor/common/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service +++ b/meta-phosphor/common/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service @@ -7,8 +7,7 @@ After=org.openbmc.status.IPL.service Restart=always ExecStart=/usr/bin/env ipl_status_led_monitor.py SyslogIdentifier=ipl_status_led_monitor.py -Type=dbus -BusName={BUSNAME} +Type=simple Environment="PYTHONUNBUFFERED=1" [Install] -- cgit v1.2.1