| Christopher Meis | 7e446a4 | 2024-10-22 09:36:41 +0200 | [diff] [blame] | 1 | [Unit] | 
|  | 2 | Description=Voltage Regulator Software Update Daemon | 
|  | 3 | After=xyz.openbmc_project.ObjectMapper | 
|  | 4 | After=xyz.openbmc_project.EntityManager.service | 
|  | 5 |  | 
|  | 6 | [Service] | 
|  | 7 | Restart=always | 
| Christopher Meis | 887bd3d | 2025-04-29 14:01:32 +0200 | [diff] [blame] | 8 | Type=dbus | 
|  | 9 | BusName=xyz.openbmc_project.Software.I2CVR | 
| Christopher Meis | 7e446a4 | 2024-10-22 09:36:41 +0200 | [diff] [blame] | 10 | RemainAfterExit=no | 
| Patrick Williams | 781de31 | 2025-04-19 12:39:38 -0400 | [diff] [blame] | 11 | ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-i2cvr-software-update | 
| Christopher Meis | 7e446a4 | 2024-10-22 09:36:41 +0200 | [diff] [blame] | 12 |  | 
|  | 13 | [Install] | 
|  | 14 | WantedBy=multi-user.target |