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 f852bd4 commit e514dfeCopy full SHA for e514dfe
debian/router/etc/systemd/system/arduino-router.service
@@ -1,8 +1,11 @@
1
[Unit]
2
Description=Arduino Router Service
3
+After=network-online.target
4
+Wants=network-online.target
5
+Requires=
6
7
[Service]
-ExecStart=/usr/bin/router --listen-port :8900 --serial-port /dev/ttyACM0
8
+ExecStart=/usr/bin/router --listen-port :8900 --unix-port /run/arduino-router.socket --serial-port /dev/ttyHS1
9
StandardOutput=journal
10
StandardError=journal
11
Restart=always
0 commit comments