Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2016 01:12:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209059] databases/opentsdb: rc script should allow JVMARGS to be set in rc.conf
Message-ID:  <bug-209059-13-kPsFhRQlxC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209059-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209059-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209059

Johannes Jost Meixner <xmj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xmj@FreeBSD.org

--- Comment #1 from Johannes Jost Meixner <xmj@FreeBSD.org> ---
Something like this should work in the rc.d script:

: ${opentsdb_jvmargs:=3D$reasonable_default_here}

combined with an export of JVMARGS=3D$opentsdb_jvmargs before the run_rc_co=
mmand.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209059-13-kPsFhRQlxC>