Fixing some perms, and the start script
This commit is contained in:
parent
66b65bc23c
commit
068cbe6d38
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
cd /var/lib/minecraft/paper
|
||||||
|
|
||||||
/usr/bin/java -Xms6G -Xmx6G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=35 -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -Dusing.aikars.flags=mcflags.emc.gs -jar /var/lib/minecraft/paper/paperclip.jar
|
/usr/bin/java -Xms6G -Xmx6G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=35 -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -Dusing.aikars.flags=mcflags.emc.gs -jar /var/lib/minecraft/paper/paperclip.jar
|
||||||
|
|
|
@ -8,3 +8,4 @@
|
||||||
- include: znc.yml
|
- include: znc.yml
|
||||||
- include: bzflag.yml
|
- include: bzflag.yml
|
||||||
- include: minetest.yml
|
- include: minetest.yml
|
||||||
|
- include: minecraft.yml
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
dest: /var/lib/minecraft/paper/start.sh
|
dest: /var/lib/minecraft/paper/start.sh
|
||||||
owner: minecraft
|
owner: minecraft
|
||||||
group: root
|
group: root
|
||||||
mode: 0660
|
mode: 0770
|
||||||
|
|
||||||
- name: Install minecraft ops list
|
- name: Install minecraft ops list
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Reference in New Issue