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 0146731 commit 5456447Copy full SHA for 5456447
debian/router/etc/systemd/system/arduino-router.service
@@ -5,6 +5,10 @@ Wants=network-online.target
5
Requires=
6
7
[Service]
8
+# We want to make sure the micro is enable and ready before starting the router
9
+ExecStartPre=-/usr/bin/gpioset -c /dev/gpiochip1 -t0 71=0
10
+ExecStartPre=-/usr/bin/gpioset -c /dev/gpiochip1 -t0 40=0
11
+ExecStartPre=-/usr/bin/gpioset -c /dev/gpiochip1 -t0 40=1
12
ExecStart=/usr/bin/router --listen-port :8900 --unix-port /var/run/arduino-router.socket --serial-port /dev/ttyHS1
13
StandardOutput=journal
14
StandardError=journal
0 commit comments