File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ tgta14=14.21.3 # need armv6l latest from https://unofficial-builds.nodejs.org/
2424tgtl14=14.21.3 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
2525tgta16=16.20.2 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
2626tgtl16=16.20.2 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
27- tgta18=18.20.4 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
28- tgtl18=18.20.4 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
29- tgta20=20.18.0 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30- tgtl20=20.18.0 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
27+ tgta18=18.20.6 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
28+ tgtl18=18.20.6 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
29+ tgta20=20.18.3 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30+ tgtl20=20.18.3 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
3131
3232usage () {
3333 cat << EOL
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ EnvironmentFile=-/home/pi/.node-red/environment
2222# uncomment next line if you need to wait for time sync before starting
2323#ExecStartPre=/bin/bash -c '/bin/journalctl -b -u systemd-timesyncd | /bin/grep -q "systemd-timesyncd.* Synchronized to time server"'
2424
25- ExecStart =/usr/bin/env node-red-pi $NODE_OPTIONS $NODE_RED_OPTIONS
26- #ExecStart=/usr/bin/env node $NODE_OPTIONS red.js $NODE_RED_OPTIONS
25+ ExecStart =/usr/bin/env node-red-pi $NODE_OPTIONS -- $NODE_RED_OPTIONS
26+ #ExecStart=/usr/bin/env node $NODE_OPTIONS red.js -- $NODE_RED_OPTIONS
2727# Use SIGINT to stop
2828KillSignal =SIGINT
2929# Auto restart on crash
You can’t perform that action at this time.
0 commit comments