Brian Yang | fb6b450 | 2018-07-10 02:02:53 -0400 | [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-host-stop@%i.target | ||||
6 | ConditionPathExists=!/run/openbmc/chassis@%i-on | ||||
7 | |||||
8 | [Service] | ||||
9 | ExecStart=/usr/bin/env lanyang_avsbus.sh vdn_max | ||||
10 | ExecStart=/usr/bin/env lanyang_avsbus.sh enable | ||||
11 | SyslogIdentifier=lanyang_avsbus.sh | ||||
12 | Type=oneshot | ||||
13 | RemainAfterExit=yes | ||||
14 | |||||
15 | [Install] | ||||
16 | RequiredBy=obmc-chassis-poweron@%i.target |