vault backup: 2023-07-23 09:17:03

This commit is contained in:
zleyyij 2023-07-23 09:17:03 -06:00
parent 14722f3357
commit abdeea3823

View File

@ -96,7 +96,7 @@ sudo systemctl start minecraft.service
sudo systemctl restart minecraft.service sudo systemctl restart minecraft.service
# check the top few logs and whether or not the service is running # check the top few logs and whether or not the service is running
sudo systemctl status minecraft.service sudo systemctl status minecraft.service
# watch the logs (f for follow ou, u for unit) # watch the logs (f for follow output, u for unit)
sudo journalctl -f -u minecraft.service sudo journalctl -f -u minecraft.service
``` ```