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 24e6400 commit 2cdb538Copy full SHA for 2cdb538
debian/arduino-router/etc/systemd/system/arduino-router.service
@@ -7,7 +7,7 @@ Requires=
7
[Service]
8
# Put the micro in a ready state.
9
ExecStartPre=-/usr/bin/gpioset -c /dev/gpiochip1 -t0 37=0
10
-ExecStart=/usr/bin/arduino-router --listen-port :8900 --unix-port /var/run/arduino-router.socket --serial-port /dev/ttyHS1 --serial-baudrate 115200
+ExecStart=/usr/bin/arduino-router --listen-port :8900 --unix-port /var/run/arduino-router.sock --serial-port /dev/ttyHS1 --serial-baudrate 115200
11
# End the boot animation after the router is started.
12
ExecStartPost=/usr/bin/gpioset -c /dev/gpiochip1 -t0 70=1
13
StandardOutput=journal
0 commit comments