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