Deepak Kodihalli | a9cbc7e | 2017-03-24 07:44:16 -0500 | [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 | |
| 6 | [Service] |
Michael Tritz | ebfbc5d | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 7 | ExecStart=/usr/bin/env openpower-occ-control |
| 8 | SyslogIdentifier=openpower-occ-control |
Deepak Kodihalli | a9cbc7e | 2017-03-24 07:44:16 -0500 | [diff] [blame] | 9 | Restart=always |
| 10 | Type=dbus |
| 11 | BusName={BUSNAME} |
| 12 | |
| 13 | [Install] |
Patrick Venture | efc2c09 | 2019-04-04 13:04:26 -0700 | [diff] [blame] | 14 | WantedBy=multi-user.target |