My fresh Almalinux server install has a broken symlink:
/etc/systemd/system/default.target
points to multi-user.target, which doesn’t exist, at least not in the same directory. Since the system boots anyway, I haven’t touched it, still wondering if this is perfectly normal or needs fixing.
Two options come to mind:
#1 There’s a multi-user.target living in /usr/lib/systemd/system/
#2 On my last server with CentOS installed, default.target was pointing to /usr/lib/systemd/system/graphical.target
Thanks for checking - that is very much appreciated. Sounds like it can’t hurt to have that link pointing to my existing /usr/lib/systemd/system/multi-user.target then.
Ok, interesting. On first try, it did nothing, but after I manually changed the link to some other, non-existing location, the link was replaced - this time with the correct path. Thanks for that!