How Does Linux Boot? Part 6: Replacing init With systemd – What You Need to Know
Jan 30,
2015
Last week I mentioned that systemd has replaced the traditional init program in Linux. Let’s see some capabilities it adds! Systemd organizes tasks into units which can include initializing hardware, mounting file systems, and starting services that will daemonize and run in the background. The active units are those which are enabled (that is, configured […]