Systemctl: start\restart\stop\status
sudo systemctl restart nginx sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl status nginx
Service: start\restart\stop\status
sudo service nginx restart sudo service nginx start sudo service nginx stop sudo service nginx status
Оба набора команд работаю одинаково.
Хорошая статья …