Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Debian 9 support #1

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
2 changes: 1 addition & 1 deletion java/tomcat/debian/obm-tomcat.init
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ -r /etc/default/rcS ]; then
fi

if [ -z "$JAVA_HOME" ]; then
JAVA_HOME="/usr/lib/jvm/java-7-openjdk-"`dpkg --print-architecture`
JAVA_HOME="usr"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

java_home can't really be defined as usr because it expect a specific directory layout.
It has to be /usr/lib/jvm/something

fi
if [ -z "$SHUTDOWN_TIMEOUT" ]; then
SHUTDOWN_TIMEOUT=10
Expand Down