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

This commit is contained in:
zleyyij 2023-07-23 08:40:03 -06:00
parent 023c2e3e31
commit 485232feba

View File

@ -25,7 +25,11 @@ sudo groupadd minecraft
sudo usermod -aG minecraft your-username-here
# Make it so that the minecraft group owns that folder
sudo chgrp minecraft /opt/minecraft
# Make it so that the *user that o*
# Make it so that:
# The user that owns the folder has read, write, and execute perms
# The group that owns the folder has read, write, and execute perms
# Anyone not in the above categories can read, but not write or execute
sudo chmod 775
```
This enables minecraft to run in the background, restart if it crashes, etc etc.