xref: /openbmc/phosphor-bmc-code-mgmt/i2c-vr/xyz.openbmc_project.Software.I2CVR.service (revision 7e446a407a579ec72f48009008ad2f83c01c2262)
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/bin/phosphor-i2cvr-software-update
11
12[Install]
13WantedBy=multi-user.target
14