Skip to content

ChipWolf/heph-mc-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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