Skip to content

Commit

Permalink
fix service name, it is not limited to tcp anymore (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
webconn authored Aug 20, 2024
1 parent 9551a06 commit e9e8969
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Wed, 07 Aug 2024 13:03:30 +0500

wb-mqtt-mbgate (1.7.0) stable; urgency=medium

* Add option to prevent config regeneration
Expand Down
4 changes: 2 additions & 2 deletions debian/wb-mqtt-mbgate.service
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -15,4 +15,4 @@ ExecStartPre=/usr/bin/wb-mqtt-mbgate-confgen -c /etc/wb-mqtt-mbgate.conf
RestartPreventExitStatus=6

[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

0 comments on commit e9e8969

Please sign in to comment.