You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
258 B

#!@l_prefix@/lib/openpkg/bash @l_prefix@/etc/rc
##
## rc.j2ee -- Run-Commands
##
%config
j2ee_enable="yes"
j2ee_home="@l_prefix@/libexec/j2ee"
%env
if opServiceEnabled j2ee; then
J2EE_HOME="$j2ee_home"
export J2EE_HOME
fi