-
Notifications
You must be signed in to change notification settings - Fork 185
Description
There are two different version of systemctl. /usr/local/bin/systemctl and /usr/bin/systemctl and this gives this result after reboot.
tak@tak-cow1:~$ sudo systemctl status nodered.service
[sudo] password for tak:
nodered.service - Node-RED graphical event wiring tool
Loaded: loaded (/etc/systemd/system/nodered.service, enabled)
Active: inactive (dead)
tak@tak-cow1:~$ sudo /usr/bin/systemctl status nodered.service
● nodered.service - Node-RED graphical event wiring tool
Loaded: loaded (/etc/systemd/system/nodered.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2024-10-02 07:32:43 CEST; 14min ago
Docs: http://nodered.org/docs/hardware/raspberrypi.html
Main PID: 681 (node-red)
Tasks: 11 (limit: 4421)
Memory: 178.5M
CPU: 10.562s
CGroup: /system.slice/nodered.service
└─681 node-red "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
Oct 02 07:32:43 tak-cow1 systemd[1]: Started Node-RED graphical event wiring tool.