servicesΒΆ
The services command is used to start, stop, or restart either a specified SERVICE or all services.
Syntax
services all <start|stop|restart>
Note
To stop, start, or restart specific services, run the following from the shell instead:
sudo systemctl <stop|start|restart> <SERVICE>