The utility systemctl
is used to control the services (daemons) running on the machine.
Usage
To make your own services manageable with systemctl
:
- Write a service configuration file.
- Put
*.service
files inside/etc/systemd/system
and then they become available for you to start, stop, enable, disable, etc.