xref: /openbmc/phosphor-bmc-code-mgmt/i2c-vr/xyz.openbmc_project.Software.I2CVR.service (revision 781de31ee4333abc7505414d96632a5af4afcf44)
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=exec
9RemainAfterExit=no
10ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-i2cvr-software-update
11
12[Install]
13WantedBy=multi-user.target
14