xref: /openbmc/phosphor-power/services/phosphor-regulators-config.service (revision 5d4a9c78acf0d019b8dd083ac2aad4e0af241481)
1[Unit]
2Description=Phosphor Power Regulators Config
3Wants=obmc-power-start-pre@0.target
4Before=obmc-power-start-pre@0.target
5Before=op-power-start@0.service
6Conflicts=obmc-chassis-poweroff@0.target
7# No need to run again if BMC reboots at runtime
8ConditionPathExists=!/run/openbmc/chassis@0-on
9
10[Service]
11Type=oneshot
12ExecStart=/usr/bin/regsctl config
13
14[Install]
15RequiredBy=obmc-chassis-poweron@0.target
16