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 | ||||
14 | ExecStart=/usr/bin/mctpreactor | ||||
15 | |||||
16 | [Install] | ||||
17 | WantedBy=multi-user.target |