Skip to content
New issue

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

sudo systemctl status <fts-service> showing dead after "sudo apt upgrade" #739

Open
gizze59 opened this issue Oct 2, 2024 · 0 comments
Open

Comments

@gizze59
Copy link

gizze59 commented Oct 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant