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.

15 lines
247 B

#!@l_prefix@/lib/openpkg/bash @l_prefix@/etc/rc
##
## rc.ant -- Run-Commands
##
%config
ant_enable="$openpkg_rc_def"
ant_home="@l_prefix@"
%env -p 999
rcService ant enable yes || exit 0
ANT_HOME="$ant_home"
export ANT_HOME