blob: 701e20cbdabbf13d9c1f7dd617dd6c1bce249a1f [file] [log] [blame]
Kevin Tung994a77f2024-12-23 17:48:56 +08001[Unit]
2Description=EEPROM Device 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]
9ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-eepromdevice-software-update
10Restart=always
11Type=dbus
Kevin Tungdd3551f2025-05-06 18:41:29 +080012BusName=xyz.openbmc_project.Software.EEPROMDevice
Kevin Tung994a77f2024-12-23 17:48:56 +080013
14[Install]
15WantedBy=multi-user.target