17 lines
412 B
Desktop File
17 lines
412 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Perform power workarounds on VRMs
|
||
|
|
Wants=ir35221-on-unbind@%i.service
|
||
|
|
After=ir35221-on-unbind@%i.service
|
||
|
|
Before=avsbus-disable@%i.service
|
||
|
|
Before=obmc-power-on@%i.target
|
||
|
|
Conflicts=obmc-chassis-poweroff@%i.target
|
||
|
|
ConditionPathExists=!/run/openbmc/chassis@%i-on
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/usr/bin/power-workarounds.sh
|
||
|
|
Type=oneshot
|
||
|
|
RemainAfterExit=yes
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=obmc-chassis-poweron@%i.target
|