summarylogtreecommitdiffstats
path: root/minecraftd-diag
diff options
context:
space:
mode:
authorGordian Edenhofer2015-09-20 23:23:34 +0200
committerGordian Edenhofer2015-09-20 23:23:34 +0200
commitd897c06c8606636185dc36099a59a9fb00140ec3 (patch)
tree75874fe273afc6456857c20973d35ad7235d58c1 /minecraftd-diag
parentf2bd9cf1fca19865f0ddc44e8ee235d7291076ed (diff)
downloadaur-d897c06c8606636185dc36099a59a9fb00140ec3.tar.gz
Rewriting package + Updating pkgrel
Diffstat (limited to 'minecraftd-diag')
-rw-r--r--minecraftd-diag7
1 files changed, 0 insertions, 7 deletions
diff --git a/minecraftd-diag b/minecraftd-diag
deleted file mode 100644
index a0bd0458d3c6..000000000000
--- a/minecraftd-diag
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-. /etc/conf.d/minecraft || echo "can't source /etc/conf.d/minecraft"
-
-cd $_SRVDIR
-echo "If the next command executes correctly, then something is wrong with screen."
-su minecraft -c "PATH=/opt/java/bin/:/usr/bin/:$PATH java -Xmx${MAXHEAP} -Xms${MINHEAP} -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=${THREADS} -XX:+AggressiveOpts -jar ${_SRVDIR}/${SERVERJAR} nogui"