File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
debian/router/etc/systemd/system Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ Wants=network-online.target
55Requires =
66
77[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
8+ # Put the micro in a ready state.
9+ ExecStartPre =-/usr/bin/gpioset -c /dev/gpiochip1 -t0 37 =0
1210ExecStart =/usr/bin/router --listen-port :8900 --unix-port /var/run/arduino-router.socket --serial-port /dev/ttyHS1
11+ # End the boot animation after the router is started.
12+ ExecStartPost =/usr/bin/gpioset -c /dev/gpiochip1 -t0 70 =1
1313StandardOutput =journal
1414StandardError =journal
1515Restart =always
You can’t perform that action at this time.
0 commit comments