Lei YU | aaad5a5 | 2016-12-27 14:43:14 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Disable the AVS bus on the VRMs |
| 3 | Wants=avsbus-workaround@%i.service |
| 4 | After=avsbus-workaround@%i.service |
| 5 | Before=vrm-control@%i.service |
Lei YU | d43ec21 | 2017-02-14 16:47:45 +0800 | [diff] [blame] | 6 | Conflicts=obmc-power-chassis-off@%i.target |
Lei YU | aaad5a5 | 2016-12-27 14:43:14 +0800 | [diff] [blame] | 7 | |
| 8 | [Service] |
| 9 | ExecStart={bindir}/avsbus-disable.sh |
| 10 | Type=oneshot |
| 11 | RemainAfterExit=yes |
| 12 | |
| 13 | [Install] |
Lei YU | d43ec21 | 2017-02-14 16:47:45 +0800 | [diff] [blame] | 14 | WantedBy=obmc-power-chassis-on@%i.target |