Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 961 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 961 Bytes

Heph's Minecraft Service

Assumptions

  • No Java options are required (there is a VAR for them in srvctrl if needed)
  • JAVA_HOME is located in /usr/bin/java (there is also a VAR to change the path to your Java installation)
  • rdiff-backup and screen are installed as prerequisites

Instructions

  • Maintain the directory structure (unless VARS in srvctrl are edited accordingly)
  • Copy lines from crontab to the crontab for user minecraft _(if this user does not yet exist, use the following command to create it)
sudo useradd -m -d /home/minecraft minecraft

Notes