blob: 34d9e4b0f948e399b5328d67a775be4e25e71982 [file] [log] [blame]
Ben_Paib24a3e52019-07-15 16:19:02 +08001[Unit]
2Description=Enable the AVS bus on VRMs
Ben Paic906d192019-12-24 11:43:57 +08003Wants=op-power-start@%i.service
4After=op-power-start@%i.service
Ben_Paib24a3e52019-07-15 16:19:02 +08005Conflicts=obmc-chassis-poweroff@%i.target
6ConditionPathExists=!/run/openbmc/chassis@%i-on
7
8[Service]
9ExecStart=/usr/bin/env avsbus-enable.sh
10SyslogIdentifier=avsbus-enable.sh
11Type=oneshot
12RemainAfterExit=yes
13
14[Install]
15WantedBy=obmc-chassis-poweron@%i.target