news
5 reasons why I use systemd on Linux to customize and run services
Quoting: Here's why I rely on systemd on Linux to start and manage services —
Systemd is an important part of the underlying Linux system. This handy tool essentially manages all running systems and services and runs as root from the kernel underneath everything the user (you) runs, known as Process ID 1 (PID 1). It's useful for starting various parts of the system and is vital to run and maintain date, time, hostname, log various services (or daemons), containers and virtual machines, settings, and more. Think of it like an SSH server waiting for someone to connect. A systemd service runs in the background, and you'll likely not directly interact with it.
That said, you can work some serious magic with systemd to create some truly useful scripts and customize existing services. Here's why I rely on systemd with my own Linux systems.