summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-01-21 16:19:31 -0600
committerTimothy Pearson <tpearson@raptorengineering.com>2019-04-25 08:01:51 +0000
commitd97910a618b7de43cd5ffdb0df20f59256efebaa (patch)
tree5bc90f0b798036c399ca475c76e9ba364a47e6c6 /meta-phosphor
parent171e74cae1ad64198314261b9ab855adf92c2f99 (diff)
downloadtalos-openbmc-d97910a618b7de43cd5ffdb0df20f59256efebaa.tar.gz
talos-openbmc-d97910a618b7de43cd5ffdb0df20f59256efebaa.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.
Diffstat (limited to 'meta-phosphor')
-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