linux restart service
systemctl restart SERVICE_NAME
linux restart service
systemctl restart SERVICE_NAME
systemd stop service and start
sudo systemctl enable minetest
service restart command
You can use sc start [service] to start a service and sc stop [service] to stop it. With some services net start [service] is doing the same.
But if you want to use it in the same batch, be aware that sc stop won't wait for the service to be stopped. In this case you have to use net stop [service] followed by net start [service]. This will be executed synchronously.
systemd stop service and start
sudo systemctl start minetest
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us