Notes on Using Systemctl

Systemctl is an important utility for managing systemd-based systems. It is needed to unify service configurations and behaviour across Linux distros. ts primary component is a “system and service manager” – an init system used to bootstrap user space and manage user processes. It also provides replacements for various daemons and utilities, including device management, login management, network connection management, and event logging

Viewing Systemd Environment and Service Status

Installing and Managing Services with Systemctl

Changing Service Parameters with Systemctl

Reverting a Service Parameter Change

Example troubleshooting target.service