vault backup: 2023-07-23 08:39:03

This commit is contained in:
zleyyij 2023-07-23 08:39:03 -06:00
parent 252fe16e6e
commit 023c2e3e31

View File

@ -23,7 +23,9 @@ sudo mkdir /opt/minecraft
sudo groupadd minecraft
# Add your user to it
sudo usermod -aG minecraft your-username-here
# Make it so that the *minecraft* group owns
# Make it so that the minecraft group owns that folder
sudo chgrp minecraft /opt/minecraft
# Make it so that the *user that o*
```
This enables minecraft to run in the background, restart if it crashes, etc etc.