Lei YU | e065f61 | 2019-07-30 14:10:52 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=OpenBMC PSU Code Manager |
| 3 | Wants=xyz.openbmc_project.Software.Version.service |
| 4 | After=xyz.openbmc_project.Software.Version.service |
Lei YU | e065f61 | 2019-07-30 14:10:52 +0800 | [diff] [blame] | 5 | |
| 6 | [Service] |
| 7 | ExecStart=/usr/bin/phosphor-psu-code-manager |
| 8 | Restart=always |
| 9 | Type=dbus |
Lei YU | 090ce11 | 2020-02-03 15:19:30 +0800 | [diff] [blame] | 10 | BusName=xyz.openbmc_project.Software.Psu.Updater |
Lei YU | e065f61 | 2019-07-30 14:10:52 +0800 | [diff] [blame] | 11 | |
| 12 | [Install] |
| 13 | WantedBy=multi-user.target |