Skip to content

Commit 2cdb538

Browse files
router: fix wrong socket name in arduino-router.service
1 parent 24e6400 commit 2cdb538

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.socket --serial-port /dev/ttyHS1 --serial-baudrate 115200
10+
ExecStart=/usr/bin/arduino-router --listen-port :8900 --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)