systemctl restart service code example
Example 1: reload systemctl
systemctl daemon-reload
Example 2: systemd stop service and start
sudo systemctl enable minetest
Example 3: start systemctl service
sudo systemctl start application
Example 4: start systemctl service
sudo systemctl start application.service
Example 5: systemd stop service and start
sudo systemctl status minetest