fe1616ba97
the HTTPS and AJP ports (both now disabled). Remove dead variables. Use ${LOCALBASE} one place instead of ${TRUEPREFIX}, requested by sthen@. Brief note on migration from Hudson. Bump REVISION. Spirited discussion with ajacoutot@ and schwarze@; ok ajacoutot@
13 lines
249 B
Bash
13 lines
249 B
Bash
#!/bin/sh
|
|
|
|
daemon=$(${LOCALBASE}/bin/javaPathHelper -c jenkins)
|
|
daemon_flags="-jar ${TRUEPREFIX}/share/jenkins/jenkins.war --httpPort=8000 --httpsPort=-1 --ajp13Port=-1"
|
|
daemon_user="_jenkins"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_bg=YES
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|