We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@phreed which version are we using in the last ZTI?
Sorry, something went wrong.
phreed
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: