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

This commit is contained in:
zleyyij 2023-07-23 09:16:03 -06:00
parent 3b4be18dbf
commit 14722f3357

View File

@ -92,7 +92,12 @@ Then run `sudo sytemctl enable minecraft.service` to have the server start up wh
``` ```
# start the server # start the server
sudo systemctl start minecraft.service sudo systemctl start minecraft.service
# resta # restart the server
sudo systemctl restart minecraft.service
# check the top few logs and whether or not the service is running
sudo systemctl status minecraft.service
# watch the logs (f for follow ou, u for unit)
sudo journalctl -f -u minecraft.service
``` ```
// TODO: https://unix.stackexchange.com/questions/612137/how-to-write-to-stdin-of-a-service // TODO: https://unix.stackexchange.com/questions/612137/how-to-write-to-stdin-of-a-service