2 examples for service

{{ score }}
  # Shows statuses of all services
service --status-all
        
{{ score }}
  # restart the service called apache2, if you are logged in as root:
service apache2 restart
sudo service apache2 restart