1[Unit]
2Description=Disable the AVS bus on the VRMs
3Wants=obmc-power-start@.service
4After=obmc-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/avsbus-disable.sh
11Type=oneshot
12RemainAfterExit=yes
13
14[Install]
15WantedBy=obmc-chassis-poweron@%i.target
16