mirror of
https://github.com/3cky/mbusd
synced 2025-10-26 23:46:44 +08:00
cmake: metafile aggregation fixtures
fixed aggregation of - doc/mbusd.8.in and - systemd-units/mbusd@.servvice.in
This commit is contained in:
@@ -3,7 +3,7 @@ Description=Modbus TCP to Modbus RTU (RS-232/485) gateway.
|
||||
Requires=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=@bindir@/mbusd -d -v2 -L - -c /etc/mbusd/mbusd-%i.conf -p /dev/%i
|
||||
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/mbusd -d -v2 -L - -c /etc/mbusd/mbusd-%i.conf -p /dev/%i
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
StandardOutput=journal
|
||||
|
||||
Reference in New Issue
Block a user