xref: /openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.Download.service.in (revision c538727d70f3673771f18e559d7ecab203abf6d3)
1[Unit]
2Description=Phosphor Download Manager
3
4[Service]
5ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-download-manager
6Restart=always
7Type=dbus
8BusName={BUSNAME}
9
10[Install]
11WantedBy=multi-user.target
12