After enabling Systemd per this answer in Ubuntu 22.04, sudo systemctl status
shows State: degraded
.
Additionally:
$ sudo systemctl --failed UNIT LOAD ACTIVE SUB DESCRIPTION● systemd-sysusers.service loaded failed failed Create System UsersLOAD = Reflects whether the unit definition was properly loaded.ACTIVE = The high-level unit activation state, i.e. generalization of SUB.SUB = The low-level unit activation state, values depend on unit type.1 loaded units listed.
How can I transition from degraded
to running
?