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