Skip to content

Commit eab8944

Browse files
committed
fix: prevent start/stop of the service during update
1 parent b58dd5f commit eab8944

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

debian/arduino-router/DEBIAN/postinst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ fi
77
systemctl enable arduino-router
88
systemctl enable arduino-router-serial
99

10-
if [ -d /run/systemd/system ]; then
11-
systemctl start arduino-router
12-
systemctl start arduino-router-serial
13-
fi

debian/arduino-router/DEBIAN/prerm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@
33
systemctl disable arduino-router
44
systemctl disable arduino-router-serial
55

6-
if [ -d /run/systemd/system ]; then
7-
systemctl stop arduino-router
8-
systemctl stop arduino-router-serial
9-
fi

0 commit comments

Comments
 (0)