blob: 0926e033bdf455d77e685a7a555d2d26ab5b3c30 [file] [log] [blame]
Matt Spinlerb5980e52019-06-07 13:26:07 -05001[Unit]
2Description=Perform power workarounds on VRMs after PGOOD is up
3Wants=obmc-power-on@%i.target
4After=obmc-power-on@%i.target
5Before=obmc-host-start-pre@%i.target
6Conflicts=obmc-chassis-poweroff@%i.target
7ConditionPathExists=!/run/openbmc/chassis@%i-on
8
9[Service]
10ExecStart=/usr/bin/power-workarounds.sh
11SyslogIdentifier=power-workarounds.sh
12Type=oneshot
13RemainAfterExit=yes
14
15[Install]
16WantedBy=obmc-chassis-poweron@%i.target