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 |
| 8 | Type=exec |
| 9 | RemainAfterExit=no |
Patrick Williams | 781de31 | 2025-04-19 12:39:38 -0400 | [diff] [blame^] | 10 | ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-i2cvr-software-update |
Christopher Meis | 7e446a4 | 2024-10-22 09:36:41 +0200 | [diff] [blame] | 11 | |
| 12 | [Install] |
| 13 | WantedBy=multi-user.target |