- Joined
- Oct 19, 2017
- Messages
- 131
- Reaction score
- 23
This is not highly important but it looks strange to me that the default target is graphical target.
~# systemctl get-default
graphical.target
I would expect it being multi-user.target. If I look the dependencies of graphical target
~# systemctl list-dependencies graphical.target
doesn't look it needs anything that is not already needed by multi-user.target so at first glance it doesn't seem turning the default target to multi-user would make anything on the system to fail.
~# systemctl get-default
graphical.target
I would expect it being multi-user.target. If I look the dependencies of graphical target
~# systemctl list-dependencies graphical.target
doesn't look it needs anything that is not already needed by multi-user.target so at first glance it doesn't seem turning the default target to multi-user would make anything on the system to fail.