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' | ||||
Patrick Williams | 01cec99 | 2025-04-19 12:39:38 -0400 | [diff] [blame] | 6 | ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-software-manager |
Jagpal Singh Gill | cc49878 | 2024-02-29 15:16:36 -0800 | [diff] [blame] | 7 | Restart=always |
8 | Type=dbus | ||||
9 | BusName={BUSNAME} | ||||
10 | |||||
11 | [Install] | ||||
12 | WantedBy=multi-user.target |