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