From e9e89694bb4d299fcab30f33f3442fda0e300aea Mon Sep 17 00:00:00 2001 From: Maslov Nikita Date: Tue, 20 Aug 2024 16:14:04 +0300 Subject: [PATCH] fix service name, it is not limited to tcp anymore (#45) --- debian/changelog | 6 ++++++ debian/wb-mqtt-mbgate.service | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5253a71..57b2471 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wb-mqtt-mbgate (1.7.1) stable; urgency=medium + + * Fix service name, it's not limited to TCP anymore + + -- Nikita Maslov Wed, 07 Aug 2024 13:03:30 +0500 + wb-mqtt-mbgate (1.7.0) stable; urgency=medium * Add option to prevent config regeneration diff --git a/debian/wb-mqtt-mbgate.service b/debian/wb-mqtt-mbgate.service index c01a06b..33ddd15 100644 --- a/debian/wb-mqtt-mbgate.service +++ b/debian/wb-mqtt-mbgate.service @@ -1,5 +1,5 @@ [Unit] -Description=Wiren Board MQTT to Modbus TCP gateway +Description=Wiren Board MQTT to Modbus gateway After=mosquitto.service After=wb-configs.service @@ -15,4 +15,4 @@ ExecStartPre=/usr/bin/wb-mqtt-mbgate-confgen -c /etc/wb-mqtt-mbgate.conf RestartPreventExitStatus=6 [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target