From eab8944fd4bcc8276eaabff25373b41958524a5e Mon Sep 17 00:00:00 2001 From: lucarin91 Date: Wed, 29 Oct 2025 14:21:52 +0100 Subject: [PATCH 1/3] fix: prevent start/stop of the service during update --- debian/arduino-router/DEBIAN/postinst | 4 ---- debian/arduino-router/DEBIAN/prerm | 4 ---- 2 files changed, 8 deletions(-) diff --git a/debian/arduino-router/DEBIAN/postinst b/debian/arduino-router/DEBIAN/postinst index e04dfef..5c44c05 100755 --- a/debian/arduino-router/DEBIAN/postinst +++ b/debian/arduino-router/DEBIAN/postinst @@ -7,7 +7,3 @@ fi systemctl enable arduino-router systemctl enable arduino-router-serial -if [ -d /run/systemd/system ]; then - systemctl start arduino-router - systemctl start arduino-router-serial -fi diff --git a/debian/arduino-router/DEBIAN/prerm b/debian/arduino-router/DEBIAN/prerm index ae00407..193d5be 100755 --- a/debian/arduino-router/DEBIAN/prerm +++ b/debian/arduino-router/DEBIAN/prerm @@ -3,7 +3,3 @@ systemctl disable arduino-router systemctl disable arduino-router-serial -if [ -d /run/systemd/system ]; then - systemctl stop arduino-router - systemctl stop arduino-router-serial -fi From 29563ec61f6ea684d5206589a64ec103ebea0a07 Mon Sep 17 00:00:00 2001 From: lucarin91 Date: Wed, 29 Oct 2025 14:41:01 +0100 Subject: [PATCH 2/3] fixup! fix: prevent start/stop of the service during update --- debian/arduino-router/DEBIAN/postinst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/arduino-router/DEBIAN/postinst b/debian/arduino-router/DEBIAN/postinst index 5c44c05..cba8391 100755 --- a/debian/arduino-router/DEBIAN/postinst +++ b/debian/arduino-router/DEBIAN/postinst @@ -1,9 +1,5 @@ #!/bin/sh -if [ -d /run/systemd/system ]; then - systemctl daemon-reload -fi - systemctl enable arduino-router systemctl enable arduino-router-serial From 3c79376a891f1c7fc44f6d13ac179cdefdd2a4d6 Mon Sep 17 00:00:00 2001 From: lucarin91 Date: Tue, 4 Nov 2025 09:38:27 +0100 Subject: [PATCH 3/3] =?UTF-8?q?trigger=20ci=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit