mirror of
https://github.com/3cky/mbusd.git
synced 2025-02-15 00:51:35 +01:00
14 lines
338 B
SYSTEMD
14 lines
338 B
SYSTEMD
[Unit]
|
|
Description=Modbus TCP to Modbus RTU (RS-232/485) gateway.
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/mbusd -d -v2 -L - -c @CMAKE_INSTALL_FULL_SYSCONFDIR@/mbusd/mbusd-%i.conf -p /dev/%i
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|