blob: a8f6159efc261045a8e8b2482c08d4767df175ac [file] [log] [blame]
Gunnar Mills35591d42017-01-27 13:13:24 -06001[Unit]
2Description=Phosphor Version Software Manager
Gunnar Mills35591d42017-01-27 13:13:24 -06003
4[Service]
Deepak Kodihalli60d1de52017-04-13 23:23:42 -05005ExecStartPre=/bin/sh -c 'mkdir -p /tmp/images'
Michael Tritzfbd81be2017-08-15 14:07:23 -05006ExecStart=/usr/bin/env phosphor-version-software-manager
7SyslogIdentifier=phosphor-version-software-manager
Gunnar Mills35591d42017-01-27 13:13:24 -06008Restart=always
9Type=dbus
10BusName={BUSNAME}
11
12[Install]
Patrick Ventured607cfb2019-04-04 12:15:22 -070013WantedBy=multi-user.target