System service
System Control service
Usage¶
Enabling a service or restarting a service can be done using systemctl
command
sudo systemctl SERVICE_NAME start
sudo systemctl SERVICE_NAME stop
sudo systemctl SERVICE_NAME status
sudo systemctl SERVICE_NAME restart
Service on Boot¶
Enable auto run on system boot.
sudo systemctl enable SERVICE_NAME