xref: /openbmc/phosphor-power/services/phosphor-regulators.service (revision 6d42fd8503fe193dc213b7850fc94f5bf0fa3a7b)
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