systemd-logind
Ralf Mardorf
kde.lists at yahoo.com
Fri Nov 4 22:47:33 UTC 2022
On Thu, 2022-11-03 at 14:50 -0400, Jerry Geis wrote:
> Seems as Gnome does not start now ?
IIUC
systemctl get-default
returns the final target. This should be graphical.target.
systemctl status systemd-logind --with-dependencies --reverse
probably does list multi-user.target
systemctl status multi-user.target --with-dependencies --reverse
probably does list graphical.target
Or as a tree
systemctl list-dependencies graphical.target
I suspect that GDM depends on systemd, probably systemd-logind. Other
display manager might depend on polkit, probably lightdm. OTOH I'm using
lightdm and systemd-logind is running.
loginctl --help
*?*
Very complicated, I don't know, you likely need to read a lot.
Did try using another display manager or no display manager at all?
More information about the ubuntu-users
mailing list