Jagpal Singh Gill | cc49878 | 2024-02-29 15:16:36 -0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=Phosphor Software Manager | ||||
3 | |||||
4 | [Service] | ||||
5 | ExecStartPre=/bin/sh -c 'mkdir -p /tmp/images' | ||||
6 | ExecStart=/usr/bin/phosphor-software-manager | ||||
7 | Restart=always | ||||
8 | Type=dbus | ||||
9 | BusName={BUSNAME} | ||||
10 | |||||
11 | [Install] | ||||
12 | WantedBy=multi-user.target |