I have followed the instructions at:
Node Red runs OK when I start it manually but I can’t get it to run on startup like the instructions say it should. Any suggestions?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Yes, removing the /local/ from the ExecStart command fixed the problem. Thanks so much for your help.
whereis node-red responded with: node-red: /usr/bin/node-red
When I try the command /usr/local/bin/node-red-pi --max-old-space-size=128 -v I get the following error:
-bash: /usr/local/bin/node-red-pi: No such file or directory
I can run it with just the command: node-red
But node red then stops as soon as I close out the terminal window. I am fairly new to Linux so forgive any ignorance of something simple.
Hi @mgirdner
So you can run it by using
/usr/local/bin/node-red-pi --max-old-space-size=128 -v
but it doesn’t work when you create thesystemd
configuration file? What error do you get? Have you tried to look at the log?