summaryrefslogtreecommitdiffstats
path: root/meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer/org.openbmc.status.IPL.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer/org.openbmc.status.IPL.service')
-rw-r--r--meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer/org.openbmc.status.IPL.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer/org.openbmc.status.IPL.service b/meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer/org.openbmc.status.IPL.service
new file mode 100644
index 000000000..a92b2f146
--- /dev/null
+++ b/meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer/org.openbmc.status.IPL.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Phoshpor IPL Status Observer
+Wants=xyz.openbmc_project.State.Host.service
+After=xyz.openbmc_project.State.Host.service
+
+[Service]
+Restart=always
+ExecStart=/usr/bin/env ipl_status_observer.py
+SyslogIdentifier=ipl_status_observer.py
+Type=dbus
+BusName={BUSNAME}
+Environment="PYTHONUNBUFFERED=1"
+
+[Install]
+WantedBy={SYSTEMD_DEFAULT_TARGET}
OpenPOWER on IntegriCloud