File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
debian/arduino-router/etc/systemd/system Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ Requires=
77[Service]
88# Put the micro in a ready state.
99ExecStartPre =-/usr/bin/gpioset -c /dev/gpiochip1 -t0 37 =0
10- ExecStart =/usr/bin/arduino-router --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
10+ # Launch router and end the boot animation after the router is started (--after-start).
11+ ExecStart =/usr/bin/arduino-router --unix-port /var/run/arduino-router.sock --serial-port /dev/ttyHS1 --serial-baudrate 115200 --after-start "/usr/bin/gpioset -c /dev/gpiochip1 -t0 70=1"
1312StandardOutput =journal
1413StandardError =journal
1514Restart =always
You can’t perform that action at this time.
0 commit comments