#!/sbin/openrc-run # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 SERVER_BASENAME="sublime" SERVER_BLOCK_BEFORE_START="$SUBLIME_BLOCK_BEFORE_START" SERVER_JAVA_OPTS="-Xms${SUBLIME_JAVA_XMS:-2G}" SERVER_JAVA_OPTS="-Xmx${SUBLIME_JAVA_XMX:-4G} $SERVER_JAVA_OPTS" SERVER_JAVA_OPTS="$SERVER_JAVA_OPTS $SUBLIME_JAVA_OPTS" source /usr/share/sublime/init-helper