mirror of
https://github.com/3cky/mbusd.git
synced 2024-11-14 10:15:17 +01:00
16 lines
394 B
SYSTEMD
16 lines
394 B
SYSTEMD
[Unit]
|
|
Description=Modbus TCP to Modbus RTU (RS-232/485) gateway.
|
|
Requires=network.target
|
|
After=network-online.target
|
|
Wants=network-online.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
|