Matthew Barth | ec16128 | 2019-12-20 14:31:23 -0600 | [diff] [blame] | 1 | [Unit] |
2 | Description=Phosphor Power Regulators Config | ||||
3 | Wants=obmc-power-start-pre@0.target | ||||
4 | Before=obmc-power-start-pre@0.target | ||||
5 | Conflicts=obmc-chassis-poweroff@0.target | ||||
6 | # No need to run again if BMC reboots at runtime | ||||
7 | ConditionPathExists=!/run/openbmc/chassis@0-on | ||||
8 | |||||
9 | [Service] | ||||
10 | Type=oneshot | ||||
11 | ExecStart=/usr/bin/regsctl config | ||||
12 | |||||
13 | [Install] | ||||
14 | RequiredBy=obmc-chassis-poweron@0.target |