16 lines
367 B
Desktop File
16 lines
367 B
Desktop File
[Unit]
|
|
Description=Disable the AVS bus on the VRMs
|
|
Wants=obmc-power-start@.service
|
|
After=obmc-power-start@.service
|
|
Before=vrm-control@%i.service
|
|
Conflicts=obmc-chassis-poweroff@%i.target
|
|
ConditionPathExists=!/run/openbmc/chassis@%i-on
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/avsbus-disable.sh
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=obmc-chassis-poweron@%i.target
|