xref: /openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.Manager.service.in (revision 4a053c8e069133436d490aaff12471ee6c9d0677)
1[Unit]
2Description=Phosphor Software Manager
3
4[Service]
5ExecStartPre=/bin/sh -c 'mkdir -p /tmp/images'
6ExecStart=/usr/bin/phosphor-software-manager
7Restart=always
8Type=dbus
9BusName={BUSNAME}
10
11[Install]
12WantedBy=multi-user.target
13