“sudo systemctl enable nodered.service” no debian11 não funciona

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.

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?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.