| Jagpal Singh Gill | cad9ecf | 2025-10-22 19:53:16 -0700 | [diff] [blame^] | 1 | [Unit] |
| 2 | Description=Modbus RTU Service | ||||
| 3 | Requires=xyz.openbmc_project.EntityManager.service | ||||
| 4 | After=xyz.openbmc_project.EntityManager.service | ||||
| 5 | |||||
| 6 | [Service] | ||||
| 7 | Type=dbus | ||||
| 8 | BusName=xyz.openbmc_project.ModbusRTU | ||||
| 9 | Restart=always | ||||
| 10 | RestartSec=5 | ||||
| 11 | ExecStart=/usr/libexec/phosphor-modbus/phosphor-modbus-rtu | ||||
| 12 | |||||
| 13 | [Install] | ||||
| 14 | WantedBy=multi-user.target | ||||