16 lines
370 B
Desktop File
16 lines
370 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Enable the AVS bus on VRMs
|
||
|
|
Wants=obmc-power-start@%i.service
|
||
|
|
Before=obmc-power-start@%i.service
|
||
|
|
Conflicts=obmc-chassis-poweroff@%i.target
|
||
|
|
ConditionPathExists=!/run/openbmc/chassis@%i-on
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart={bindir}/avsbus-enable.sh
|
||
|
|
SyslogIdentifier=avsbus-enable.sh
|
||
|
|
Type=oneshot
|
||
|
|
RemainAfterExit=yes
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=obmc-chassis-poweron@%i.target
|