xref: /openbmc/dbus-sensors/service_files/xyz.openbmc_project.mctpreactor.service (revision 275f7c39190bab69efa11218b68587e8955cc588)
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