blob: fbab180ce6dfe947ba51dd7bb51aaf8825da7a4c [file] [log] [blame]
Matt Spinlerd4cf3a32016-12-20 10:59:13 -06001[Unit]
2Description=Disable the AVS bus on the VRMs
Matt Spinlerd4cf3a32016-12-20 10:59:13 -06003Before=vrm-control@%i.service
Josh D. King5df2fe92017-04-06 14:43:46 -05004Conflicts=obmc-chassis-poweroff@%i.target
Andrew Geissler27183512017-03-02 16:25:43 -06005ConditionPathExists=!/run/openbmc/chassis@%i-on
Matt Spinlerd4cf3a32016-12-20 10:59:13 -06006
7[Service]
Michael Tritzbc3818e2017-08-15 14:07:23 -05008ExecStart=/usr/bin/env avsbus-disable.sh
9SyslogIdentifier=avsbus-disable.sh
Matt Spinlerd4cf3a32016-12-20 10:59:13 -060010Type=oneshot
11RemainAfterExit=yes
12
13[Install]
Josh D. King5df2fe92017-04-06 14:43:46 -050014WantedBy=obmc-chassis-poweron@%i.target