Lei YU | b3cb381 | 2016-12-22 16:15:03 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Trigger CPLD to give pgood |
| 3 | Wants=vcs_workaround@%i.service |
Lei YU | e00fcd8 | 2017-04-05 15:47:09 +0800 | [diff] [blame] | 4 | Before=vcs_workaround@%i.service |
Lei YU | b3cb381 | 2016-12-22 16:15:03 +0800 | [diff] [blame] | 5 | Wants=obmc-host-start-pre@%i.target |
| 6 | Before=obmc-host-start-pre@%i.target |
Josh D. King | 5df2fe9 | 2017-04-06 14:43:46 -0500 | [diff] [blame] | 7 | Conflicts=obmc-chassis-poweroff@%i.target |
Lei YU | b3cb381 | 2016-12-22 16:15:03 +0800 | [diff] [blame] | 8 | |
| 9 | [Service] |
| 10 | ExecStart={bindir}/cpld_trigger.sh |
| 11 | Type=oneshot |
| 12 | RemainAfterExit=yes |
| 13 | |
| 14 | [Install] |
Josh D. King | 5df2fe9 | 2017-04-06 14:43:46 -0500 | [diff] [blame] | 15 | WantedBy=obmc-chassis-poweron@%i.target |