summaryrefslogtreecommitdiffstats
path: root/meta-rcs/recipes-phosphor/system/obmc-ipl-status-led-monitor/org.openbmc.status.IPLLED.service
blob: c1daa046900c8792220c9f0b1793177474f90245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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