blob: b5608ecc8ae1c3bfcb9acf651fa5e4b162607a8c [file] [log] [blame]
Alexander Hansenf2c95a02024-11-26 11:16:44 +01001[Unit]
2Description=Host FW Code Update Daemon
3Wants=xyz.openbmc_project.State.Chassis@0.service
4After=xyz.openbmc_project.State.Chassis@0.service
5Requires=xyz.openbmc_project.EntityManager.service
6After=xyz.openbmc_project.EntityManager.service
7
8[Service]
Alexander Hansenb4dfd142025-04-08 13:42:24 +02009Restart=always
Alexander Hansen0ac64782025-04-29 14:50:27 +020010Type=dbus
11BusName=xyz.openbmc_project.Software.BIOS
Alexander Hansenf2c95a02024-11-26 11:16:44 +010012RemainAfterExit=no
Patrick Williams43c14092025-04-19 12:39:38 -040013ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-bios-software-update
Alexander Hansenf2c95a02024-11-26 11:16:44 +010014
15[Install]
16WantedBy=multi-user.target