1
0
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:
Nick
2017-11-29 22:34:32 +01:00
parent cae88552d3
commit 14fa5a4c51
4 changed files with 19 additions and 16 deletions

View File

@@ -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