| Matt Spinler | a49ed3d | 2017-06-08 12:46:22 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Fan Watchdog Failure Monitor | ||||
| 3 | |||||
| 4 | #This can get called every time a process dies, so ensure it's never limited | ||||
| 5 | StartLimitIntervalSec=0 | ||||
| 6 | |||||
| 7 | [Service] | ||||
| 8 | Type=oneshot | ||||
| Michael Tritz | 0ad3b1d | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 9 | ExecStart=/usr/bin/env phosphor-unit-failure-monitor --source %i --target obmc-fan-watchdog-takeover.target --action start |
| 10 | SyslogIdentifier=phosphor-unit-failure-monitor | ||||