Note: The basic usage of Systemd
Systemd is a system and service manager for Linux. In this post, I will document its basic usage.
Check if it is installed, or its version in your machine 1 systemctl --version Yes, systemd providers the systemctl command. We always use the systemctl command to deal with our service.
The Man page 1 man systemd You can type this command in your Linux server to find the document of systemd