blob: 524acabfde728d0adc86eb17caa2c7e2e1a55418 [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 Hansenf2c95a02024-11-26 11:16:44 +010010Type=oneshot
11RemainAfterExit=no
Patrick Williams43c14092025-04-19 12:39:38 -040012ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-bios-software-update
Alexander Hansenf2c95a02024-11-26 11:16:44 +010013
14[Install]
15WantedBy=multi-user.target