We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58dd5f commit cbccccaCopy full SHA for cbcccca
debian/arduino-router/DEBIAN/postinst
@@ -1,13 +1,5 @@
1
#!/bin/sh
2
3
-if [ -d /run/systemd/system ]; then
4
- systemctl daemon-reload
5
-fi
6
-
7
systemctl enable arduino-router
8
systemctl enable arduino-router-serial
9
10
11
- systemctl start arduino-router
12
- systemctl start arduino-router-serial
13
debian/arduino-router/DEBIAN/prerm
@@ -3,7 +3,3 @@
systemctl disable arduino-router
systemctl disable arduino-router-serial
- systemctl stop arduino-router
- systemctl stop arduino-router-serial
0 commit comments