Andrew Jeffery | 275f7c3 | 2024-01-31 12:41:14 +1030 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=MCTP device configuration |
| 3 | Requires=xyz.openbmc_project.EntityManager.service |
| 4 | After=xyz.openbmc_project.EntityManager.service |
| 5 | Requires=mctpd.service |
| 6 | After=mctpd.service |
| 7 | |
| 8 | [Service] |
| 9 | Type=dbus |
| 10 | BusName=xyz.openbmc_project.MCTPReactor |
| 11 | |
| 12 | Restart=always |
| 13 | RestartSec=5 |
Patrick Williams | b75a54f | 2025-05-27 17:24:53 -0400 | [diff] [blame^] | 14 | ExecStart=/usr/libexec/dbus-sensors/mctpreactor |
Andrew Jeffery | 275f7c3 | 2024-01-31 12:41:14 +1030 | [diff] [blame] | 15 | |
| 16 | [Install] |
| 17 | WantedBy=multi-user.target |