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