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

This commit is contained in:
zleyyij 2023-07-23 08:53:03 -06:00
parent 9d2fd6c2bf
commit 63211f8fc0

View File

@ -58,7 +58,10 @@ The first time you will get an error about an EULA, you need to look for `EULA.t
# Allowing minecraft through the firewall # Allowing minecraft through the firewall
This may or may not be needed, depending on your distro, and the command syntax will vary slightly depending on the distro. This may or may not be needed, depending on your distro, and the command syntax will vary slightly depending on the distro.
iptables:
```
iptables -A INPUT -p tcp --dport 25565 -j ACCEPT
```
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.
In `/etc/systemd/system`, place this file and tailor it to your liking. In `/etc/systemd/system`, place this file and tailor it to your liking.