| Alexander Hansen | f2c95a0 | 2024-11-26 11:16:44 +0100 | [diff] [blame] | 1 | [Unit] | 
|  | 2 | Description=Host FW 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] | 
| Alexander Hansen | b4dfd14 | 2025-04-08 13:42:24 +0200 | [diff] [blame] | 9 | Restart=always | 
| Alexander Hansen | 0ac6478 | 2025-04-29 14:50:27 +0200 | [diff] [blame] | 10 | Type=dbus | 
|  | 11 | BusName=xyz.openbmc_project.Software.BIOS | 
| Alexander Hansen | f2c95a0 | 2024-11-26 11:16:44 +0100 | [diff] [blame] | 12 | RemainAfterExit=no | 
| Patrick Williams | 43c1409 | 2025-04-19 12:39:38 -0400 | [diff] [blame] | 13 | ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-bios-software-update | 
| Alexander Hansen | f2c95a0 | 2024-11-26 11:16:44 +0100 | [diff] [blame] | 14 |  | 
|  | 15 | [Install] | 
|  | 16 | WantedBy=multi-user.target |