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