Ben_Pai | c53430a | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=Enable the AVS bus on VRMs | ||||
3 | Wants=avsbus-disable@%i.service | ||||
4 | After=avsbus-disable@%i.service | ||||
5 | Conflicts=obmc-chassis-poweroff@%i.target | ||||
6 | ConditionPathExists=!/run/openbmc/chassis@%i-on | ||||
7 | |||||
8 | [Service] | ||||
9 | ExecStart=/usr/bin/env avsbus-enable.sh | ||||
10 | SyslogIdentifier=avsbus-enable.sh | ||||
11 | Type=oneshot | ||||
12 | RemainAfterExit=yes | ||||
13 | |||||
14 | [Install] | ||||
15 | WantedBy=obmc-chassis-poweron@%i.target |