summaryrefslogtreecommitdiffstats
path: root/meta-rcs/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-rcs/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service')
-rw-r--r--meta-rcs/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-rcs/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service b/meta-rcs/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service
new file mode 100644
index 000000000..c1daa0469
--- /dev/null
+++ b/meta-rcs/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Phoshpor IPL Status LED Monitor
+Wants=org.openbmc.status.IPL.service
+After=org.openbmc.status.IPL.service
+
+[Service]
+Restart=always
+ExecStart=/usr/bin/env ipl_status_led_monitor.py
+SyslogIdentifier=ipl_status_led_monitor.py
+Type=simple
+Environment="PYTHONUNBUFFERED=1"
+
+[Install]
+WantedBy={SYSTEMD_DEFAULT_TARGET}
OpenPOWER on IntegriCloud