1[Unit]
2Description=MCTP device configuration
3Requires=xyz.openbmc_project.EntityManager.service
4After=xyz.openbmc_project.EntityManager.service
5Requires=mctpd.service
6After=mctpd.service
7
8[Service]
9Type=dbus
10BusName=xyz.openbmc_project.MCTPReactor
11
12Restart=always
13RestartSec=5
14ExecStart=/usr/bin/mctpreactor
15
16[Install]
17WantedBy=multi-user.target
18