16 lines
371 B
Desktop File
16 lines
371 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Disable AVSBus on VRMs
|
||
|
|
Wants=obmc-power-stop-pre@%i.target
|
||
|
|
Before=obmc-power-stop-pre@%i.target
|
||
|
|
Conflicts=obmc-host-startmin@%i.target
|
||
|
|
ConditionPathExists=!/run/openbmc/chassis@%i-on
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/usr/bin/env zaius_avsbus.sh disable
|
||
|
|
SyslogIdentifier=zaius_avsbus.sh
|
||
|
|
Type=oneshot
|
||
|
|
RemainAfterExit=yes
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=obmc-host-stop@%i.target
|