From 78cb56302aaf60c26fc110e008aaf519fba7615e Mon Sep 17 00:00:00 2001 From: Thomas de Roo Date: Wed, 24 May 2023 14:53:21 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e69de29..e213676 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,7 @@ +1) install screen and java-jre-headless +1) create unpriviliged user+group "minecraft" +1) copy unit-file to /lib/systemd/system/minecraft.service +1) enable unit-file +1) copy update-minecraft.sh to /usr/local/bin +1) make updatescript executable +1) add updatescript to /etc/crontab: 0 3 * * * root bash /usr/local/bin/update-minecraft.sh \ No newline at end of file