tyga
8 February 2023 17:54
1
Olá a todos,
Estou tentando fazer com que o node-red inicie automaticamente após reiniciar o sistema.
Estou executando o comando "sudo systemctl enable nodered.service" e obtenho como resposta:
"Created symlink /etc/systemd/system/multi-user.target.wants/nodered.service -> /etc/systemd/system/nodered.service."
Porém ao dar o reboot o node-red não inicia automaticamente, somente dando o comando "node-red" no console. Gostaria de saber o que posso fazer para com que consiga fazer que o node-red inicie automaticamente no debian 11
Obrigado
There is a good chance that there is an error in your Node-RED configuration. View the log output from journalctl.
jbudd
8 February 2023 21:58
3
Oi Tyga.
Did you install Node-red with this script? It should work for Debian.
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
Does Node-red start successfully if you run node-red at the command line?
system
Closed
9 April 2023 21:58
4
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.