Ben_Pai | c53430a | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Enable the AVS bus on VRMs |
Ben Pai | c569a42 | 2019-12-24 11:43:57 +0800 | [diff] [blame] | 3 | Wants=op-power-start@%i.service |
| 4 | After=op-power-start@%i.service |
Ben_Pai | c53430a | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 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 |