Brandon Wyman | 2d86153 | 2017-09-26 17:55:21 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Witherspoon Power Supply Input History SYNC |
| 3 | Wants=obmc-power-start-pre@0.target |
| 4 | After=obmc-power-start-pre@0.target |
| 5 | Wants=obmc-chassis-poweron@0.target |
| 6 | Before=obmc-chassis-poweron@0.target |
| 7 | ConditionPathExists=!/run/openbmc/chassis@0-on |
| 8 | |
| 9 | [Service] |
| 10 | ExecStart=/usr/bin/env phosphor-gpio-util --gpio=105 --path=/dev/gpiochip0 --delay=5 --action=low_high |
| 11 | SyslogIdentifier=witherspoon-power-supply-sync |
| 12 | |
| 13 | [Install] |
| 14 | RequiredBy=obmc-chassis-poweron@0.target |