Kevin Tung | 994a77f | 2024-12-23 17:48:56 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=EEPROM Device Code Update Daemon |
| 3 | Wants=xyz.openbmc_project.State.Chassis@0.service |
| 4 | After=xyz.openbmc_project.State.Chassis@0.service |
| 5 | Requires=xyz.openbmc_project.EntityManager.service |
| 6 | After=xyz.openbmc_project.EntityManager.service |
| 7 | |
| 8 | [Service] |
| 9 | ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-eepromdevice-software-update |
| 10 | Restart=always |
| 11 | Type=dbus |
| 12 | BusName=xyz.openbmc_project.Software.EERPOMDevice |
| 13 | |
| 14 | [Install] |
| 15 | WantedBy=multi-user.target |