Skip to content

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

Linux services

Service on Boot

Enable auto run on system boot.

sudo systemctl enable SERVICE_NAME

Restart a service after crash

Periodic restart service