xref: /openbmc/phosphor-bmc-code-mgmt/i2c-vr/xyz.openbmc_project.Software.I2CVR.service (revision 887bd3d67af38e53f7dd1265e22310079a9fde9a)
1[Unit]
2Description=Voltage Regulator Software Update Daemon
3After=xyz.openbmc_project.ObjectMapper
4After=xyz.openbmc_project.EntityManager.service
5
6[Service]
7Restart=always
8Type=dbus
9BusName=xyz.openbmc_project.Software.I2CVR
10RemainAfterExit=no
11ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-i2cvr-software-update
12
13[Install]
14WantedBy=multi-user.target
15