133
systemd has been a complete, utter, unmitigated success
(blog.tjll.net)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Linux daemons and utilities typically come with manuals that get installed alongside the software. There's a command line tool, aptly called
man
, that can be used to search and display these manuals. So for instance,man resolvectl
displays the manual for the command line utility that you can use to control, configure, monitor and debug thesystemd-resolved
daemon. (Although I usually look up the man page online because it's more convenient to scroll through than in a terminal.) Man pages for a given daemon will typically mention near the bottom related man pages for e.g. control utilities likeresolvectl
, so it's not necessary to remember it by heart.I'm trying to remember any situation where one of the systemd components would change its configuration on its own, but I'm coming up blank. It may be my memory failing me, but possibly that's the wrong tree to bark up?