vault backup: 2023-07-23 08:39:03
This commit is contained in:
parent
252fe16e6e
commit
023c2e3e31
@ -23,7 +23,9 @@ sudo mkdir /opt/minecraft
|
|||||||
sudo groupadd minecraft
|
sudo groupadd minecraft
|
||||||
# Add your user to it
|
# Add your user to it
|
||||||
sudo usermod -aG minecraft your-username-here
|
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.
|
This enables minecraft to run in the background, restart if it crashes, etc etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user