Skip to content

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

@gizze59

Description

@gizze59

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions