summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager/xyz.openbmc_project.Software.Version.service
blob: a8f6159efc261045a8e8b2482c08d4767df175ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Phosphor Version Software Manager

[Service]
ExecStartPre=/bin/sh -c 'mkdir -p /tmp/images'
ExecStart=/usr/bin/env phosphor-version-software-manager
SyslogIdentifier=phosphor-version-software-manager
Restart=always
Type=dbus
BusName={BUSNAME}

[Install]
WantedBy=multi-user.target
OpenPOWER on IntegriCloud