blob: 21494ca5d1b11ac2bda2d1f5d2f17ca80c222158 [file] [log] [blame]
Brad Bishop3c90f592016-08-08 08:53:13 -04001[Unit]
2Description=Phosphor Power%i Control
Brad Bishop3c90f592016-08-08 08:53:13 -04003
4[Service]
5EnvironmentFile={envfiledir}/obmc/power_control
6Restart=always
Michael Tritzfbd81be2017-08-15 14:07:23 -05007ExecStart=/usr/bin/env power_control.exe $POLL_INTERVAL $PGOOD_TIMEOUT
8SyslogIdentifier=power_control.exe
Brad Bishop3c90f592016-08-08 08:53:13 -04009Type=dbus
10BusName={BUSNAME}
11
12[Install]
Patrick Ventured607cfb2019-04-04 12:15:22 -070013WantedBy=multi-user.target