blob: bb0562911f23bc6597ba7fb2ed91860016b9eb9f [file] [log] [blame]
Adriana Kobylak9cbfa2e2019-04-25 14:02:37 -05001[Unit]
2Description=OpenBMC Software Update Manager
3Wants=xyz.openbmc_project.Software.Version.service
4Before=xyz.openbmc_project.Software.Version.service
Adriana Kobylak9cbfa2e2019-04-25 14:02:37 -05005
6[Service]
Patrick Williams4c5cb932025-04-19 12:39:38 -04007ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-image-updater
Adriana Kobylak9cbfa2e2019-04-25 14:02:37 -05008Restart=always
9Type=dbus
10BusName={BUSNAME}
11
12[Install]
13WantedBy=multi-user.target