moved stuff around to fix slug system

This commit is contained in:
Jonas_Jones 2024-09-01 16:54:44 +02:00
parent 31a1419cb4
commit 1f96b8fde1
11 changed files with 6 additions and 4 deletions

View file

@ -79,7 +79,7 @@ SIMPLE 4 0 true update "sudo dnf update -y"
</Tabs>
This creates a command `/update` that automatically updates a linux system. The command is only available to operators, will, at no point, be terminated and can therefore finish with no time limit. This aproach requires the server to be ran with elevated permissions (sudo)
An Example of a system service file for a minecraft server running on linux can be found in the [Restart Server](#restart-server-linux) section.
An Example of a system service file for a minecraft server running on linux can be found in the [Restart Server](#restart-server) section.
### Launch Second Minecraft server