1[Unit]
2Description=Enable the AVS bus on VRMs
3Wants=op-power-start@%i.service
4Before=op-power-start@%i.service
5Conflicts=obmc-chassis-poweroff@%i.target
6ConditionPathExists=!/run/openbmc/chassis@%i-on
7
8[Service]
9ExecStart={bindir}/avsbus-enable.sh
10SyslogIdentifier=avsbus-enable.sh
11Type=oneshot
12RemainAfterExit=yes
13
14[Install]
15WantedBy=obmc-chassis-poweron@%i.target
16