xref: /openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.Download.service.in (revision 7292aeca7f15f140d6cf596ac5593d684bef2be8)
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