Xo Wang | a93084d | 2016-12-15 18:29:58 -0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=Enable AVSBus on VRMs | ||||
3 | Wants=obmc-host-start-pre@%i.target | ||||
4 | Before=obmc-host-start-pre@%i.target | ||||
5 | Conflicts=obmc-chassis-stop@%i.target | ||||
6 | |||||
7 | [Service] | ||||
Xo Wang | 69828be | 2017-02-15 17:10:15 -0800 | [diff] [blame^] | 8 | ExecStart={bindir}/zaius_avsbus.sh vdn_max |
Xo Wang | a93084d | 2016-12-15 18:29:58 -0800 | [diff] [blame] | 9 | ExecStart={bindir}/zaius_avsbus.sh enable |
10 | Type=oneshot | ||||
11 | RemainAfterExit=yes | ||||
12 | |||||
13 | [Install] | ||||
14 | WantedBy=obmc-chassis-start@%i.target |