summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-01-21 16:19:31 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-04-12 21:09:46 -0500
commit25dff0e74f0580bdfbf6fc8d116ca7c0967bb3f3 (patch)
treec8f2118a7da85b5a6425acd5012c0c69f6fdd610
parent3fe349660228d7d6bc08fb00be07d4098b4a534f (diff)
downloadtalos-openbmc-25dff0e74f0580bdfbf6fc8d116ca7c0967bb3f3.tar.gz
talos-openbmc-25dff0e74f0580bdfbf6fc8d116ca7c0967bb3f3.zip
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.
-rw-r--r--meta-phosphor/common/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service3
1 files changed, 1 insertions, 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]
OpenPOWER on IntegriCloud