| 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 | 
| Kevin Tung | dd3551f | 2025-05-06 18:41:29 +0800 | [diff] [blame] | 12 | BusName=xyz.openbmc_project.Software.EEPROMDevice | 
| Kevin Tung | 994a77f | 2024-12-23 17:48:56 +0800 | [diff] [blame] | 13 |  | 
|  | 14 | [Install] | 
|  | 15 | WantedBy=multi-user.target |