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