# Node-red-pi not found?

**URL:** https://discourse.nodered.org/t/node-red-pi-not-found/80542
**Category:** General
**Created:** [13 August 2023 19:48 UTC](https://discourse.nodered.org/t/node-red-pi-not-found/80542 "2023-08-13T19:48:57Z")
**Posts on this page:** 5
**Page:** 2

<div class="post-metadata">

### Author: ![endy12](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/endy12/32/82015_2.png) [@endy12](https://discourse.nodered.org/u/endy12)
#### Post date: [14 August 2023 14:11 UTC](https://discourse.nodered.org/t/node-red-pi-not-found/80542/21 "2023-08-14T14:11:06Z")

</div>

Now I'm getting somewhere.  
After I restart odroid, nodered works ok in browser.  
Also, there are those error messages in syslog.  
Then, under root, I run node-red-stop.  
Error messages stop appearing in syslog !(great)  
But, node-red still works in browser!  
So I checked processes and there is this one:

```auto
   3558 odroid 20 0 5204692 150944 39896 S 1.3 4.0 0:22.75 node-red

```

So apparently, i'm somehow running node-red process that works fine.  
However I'm also trying to run node-red-rpi via node-red-start (?) command or using this service:  
/lib/systemd/system/nodered.service

So now my question is, how do I find a place, where node-red process is set to start after reboot?  
Also, if I simply delete this /lib/systemd/system/nodered.service I should make system stop looking for node-red-rpi (hence the error message in syslog should stop occuring).

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [14 August 2023 14:30 UTC](https://discourse.nodered.org/t/node-red-pi-not-found/80542/22 "2023-08-14T14:30:12Z")

</div>

If you want to stop the node-red that is run by the service file you posted then all you need to do is  
`sudo systemctl disable nodered`  
which will stop it trying to run it on start. Presumably there is another service file that is running it, or odroid has a different mechanism for starting on boot.

---

<div class="post-metadata">

### Author: ![endy12](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/endy12/32/82015_2.png) [@endy12](https://discourse.nodered.org/u/endy12)
#### Post date: [14 August 2023 18:57 UTC](https://discourse.nodered.org/t/node-red-pi-not-found/80542/23 "2023-08-14T18:57:47Z")

</div>

Yes, that helped and it removed the service we talked about.  
Now, there is no longer that error msg in syslog 🙂  
Thank you for your help.

I guess, the knowledge would be well learned if I found the place, where the node red is being started after reboot 🙂 but i'll figure that out next time.

thank you

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [14 August 2023 19:46 UTC](https://discourse.nodered.org/t/node-red-pi-not-found/80542/24 "2023-08-14T19:46:38Z")

</div>

In a command window run  
`ls -l /lib/systemd/system/node*`  
and see if it shows another node red service.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [13 October 2023 19:47 UTC](https://discourse.nodered.org/t/node-red-pi-not-found/80542/25 "2023-10-13T19:47:00Z")

</div>

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

[Previous page](https://discourse.nodered.org/t/node-red-pi-not-found/80542.md?page=1)
