forked from ahurac/dotfiles
Suppression : script inutile
This commit is contained in:
parent
99d8b06d6c
commit
22527d6b5e
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# cd to the server dir
|
|
||||||
cd "$(dirname "$(readlink -f "$0")")" || exit
|
|
||||||
|
|
||||||
# Variables
|
|
||||||
min_ram=1G
|
|
||||||
max_ram=4G
|
|
||||||
server_jar=
|
|
||||||
|
|
||||||
# Execution
|
|
||||||
exec screen java \
|
|
||||||
"-Xms${min_ram}" \
|
|
||||||
"-Xmx${max_ram}" \
|
|
||||||
-jar "$server_jar" \
|
|
||||||
nogui
|
|
||||||
|
|
Loading…
Reference in a new issue