blob: 859f42883659ddc71141700da20b7f8d31301ed7 [file] [log] [blame]
Matt Spinlerd4cf3a32016-12-20 10:59:13 -06001[Unit]
2Description=Disable the AVS bus on the VRMs
Andrew Geisslere3836fe2017-07-28 15:50:00 -05003Wants=power-workarounds@%i.service
4After=power-workarounds@%i.service
Matt Spinlerd4cf3a32016-12-20 10:59:13 -06005Before=vrm-control@%i.service
Josh D. King5df2fe92017-04-06 14:43:46 -05006Conflicts=obmc-chassis-poweroff@%i.target
Andrew Geissler27183512017-03-02 16:25:43 -06007ConditionPathExists=!/run/openbmc/chassis@%i-on
Matt Spinlerd4cf3a32016-12-20 10:59:13 -06008
9[Service]
Michael Tritzbc3818e2017-08-15 14:07:23 -050010ExecStart=/usr/bin/env avsbus-disable.sh
11SyslogIdentifier=avsbus-disable.sh
Matt Spinlerd4cf3a32016-12-20 10:59:13 -060012Type=oneshot
13RemainAfterExit=yes
14
15[Install]
Josh D. King5df2fe92017-04-06 14:43:46 -050016WantedBy=obmc-chassis-poweron@%i.target