Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor Power%i Control |
Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 3 | |
| 4 | [Service] |
| 5 | EnvironmentFile={envfiledir}/obmc/power_control |
| 6 | Restart=always |
Michael Tritz | fbd81be | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 7 | ExecStart=/usr/bin/env power_control.exe $POLL_INTERVAL $PGOOD_TIMEOUT |
| 8 | SyslogIdentifier=power_control.exe |
Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 9 | Type=dbus |
| 10 | BusName={BUSNAME} |
| 11 | |
| 12 | [Install] |
| 13 | WantedBy={SYSTEMD_DEFAULT_TARGET} |