xref: /openbmc/phosphor-power/services/phosphor-regulators.service (revision 48781aef031d0fcf7d947ceea1848b9dd1047485)
1[Unit]
2Description=Phosphor Power Regulators Daemon
3
4[Service]
5Type=dbus
6BusName=xyz.openbmc_project.Power.Regulators
7Restart=on-failure
8ExecStart=/usr/bin/phosphor-regulators
9
10[Install]
11WantedBy=multi-user.target
12