Node-red process on EdgePC (deactivation)

Good afternoon.
I am working with an EPC 1502 (1185416) and I am having some problems with memory space.
I wonder if there is any way to deactivate the Node-red process from some init.d configuration.
I kill the process manually but it restarts after a few seconds.
Thanks very much for your support.


Best regards.
Julio Fernández - Innovantia® (SPAIN)

Hello jfernan73,
If you don’t use the native pre-installed Node-RED, you can disable node and node-red from running by using this command via SSH/Putty:

update-rc.d node-red-init.sh disable

Best regards,
Daniel