Skip to content

Commit 06de98e

Browse files
authored
Disable Router TCP port by default (part 2: systemd)
1 parent f36be97 commit 06de98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/arduino-router/etc/systemd/system/arduino-router.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Requires=
77
[Service]
88
# Put the micro in a ready state.
99
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.sock --serial-port /dev/ttyHS1 --serial-baudrate 115200
10+
ExecStart=/usr/bin/arduino-router --unix-port /var/run/arduino-router.sock --serial-port /dev/ttyHS1 --serial-baudrate 115200
1111
# End the boot animation after the router is started.
1212
ExecStartPost=/usr/bin/gpioset -c /dev/gpiochip1 -t0 70=1
1313
StandardOutput=journal

0 commit comments

Comments
 (0)