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