| Matthew Barth | 1efdd62 | 2019-12-20 14:16:31 -0600 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor Power Regulators Daemon | ||||
| 3 | Wants=obmc-mapper.target | ||||
| 4 | After=obmc-mapper.target | ||||
| 5 | |||||
| 6 | [Service] | ||||
| Zev Weiss | d130729 | 2022-04-19 17:13:28 -0700 | [diff] [blame^] | 7 | Type=dbus |
| 8 | BusName=xyz.openbmc_project.Power.Regulators | ||||
| Matthew Barth | 1efdd62 | 2019-12-20 14:16:31 -0600 | [diff] [blame] | 9 | Restart=on-failure |
| 10 | ExecStart=/usr/bin/phosphor-regulators | ||||
| 11 | |||||
| 12 | [Install] | ||||
| 13 | WantedBy=multi-user.target | ||||