| 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] | ||||
| 9 | Restart=yes | ||||
| 10 | Type=oneshot | ||||
| 11 | RemainAfterExit=no | ||||
| 12 | ExecStart=/usr/bin/phosphor-bios-software-update | ||||
| 13 | |||||
| 14 | [Install] | ||||
| 15 | WantedBy=multi-user.target | ||||