Xo Wang | 61a1001 | 2016-12-15 18:29:58 -0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Disable AVSBus on VRMs |
| 3 | Wants=obmc-power-stop-pre@%i.target |
| 4 | Before=obmc-power-stop-pre@%i.target |
Josh D. King | 6cf56c0 | 2017-04-06 15:56:37 -0500 | [diff] [blame] | 5 | Conflicts=obmc-host-start@%i.target |
Andrew Geissler | 4d3bdfa | 2017-03-02 16:25:43 -0600 | [diff] [blame] | 6 | ConditionPathExists=!/run/openbmc/chassis@%i-on |
Xo Wang | 61a1001 | 2016-12-15 18:29:58 -0800 | [diff] [blame] | 7 | |
| 8 | [Service] |
| 9 | ExecStart={bindir}/zaius_avsbus.sh disable |
| 10 | Type=oneshot |
| 11 | RemainAfterExit=yes |
| 12 | |
| 13 | [Install] |
Josh D. King | 6cf56c0 | 2017-04-06 15:56:37 -0500 | [diff] [blame] | 14 | WantedBy=obmc-host-stop@%i.target |