summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service
blob: 2385a8877d40e417e5cca7e85a8c865b3378b1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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=dbus
BusName={BUSNAME}
Environment="PYTHONUNBUFFERED=1"

[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}
OpenPOWER on IntegriCloud