Chris Cain | 7bd6d14 | 2023-01-11 13:41:09 -0600 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=OpenPOWER OCC controller |
| 3 | Wants=mapper-wait@-xyz-openbmc_project-inventory.service |
| 4 | After=mapper-wait@-xyz-openbmc_project-inventory.service |
| 5 | Wants=obmc-host-reset-running@0.target |
| 6 | After=obmc-host-reset-running@0.target |
| 7 | Wants=xyz.openbmc_project.Logging.service |
| 8 | After=xyz.openbmc_project.Logging.service |
Chris Cain | 2564451 | 2023-11-08 10:12:54 -0600 | [diff] [blame] | 9 | After=pldmd.service |
Chris Cain | 7bd6d14 | 2023-01-11 13:41:09 -0600 | [diff] [blame] | 10 | |
| 11 | [Service] |
| 12 | ExecStart=/usr/bin/openpower-occ-control |
| 13 | Restart=always |
| 14 | Type=dbus |
| 15 | BusName={BUSNAME} |
| 16 | |
| 17 | [Install] |
| 18 | WantedBy=multi-user.target |