[Bug 267914] www/grafana9: Grafana does not start at system startup

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 22 Nov 2022 09:50:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267914

Nico Wiseman <nwiseman@idealintegrations.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nwiseman@idealintegrations.
                   |                            |net

--- Comment #2 from Nico Wiseman <nwiseman@idealintegrations.net> ---
Patchfile I use for changing the provided rc.d script

--- /usr/local/etc/rc.d/grafana 2022-09-22 01:28:56.000000000 +0000
+++ /usr/local/etc/rc.d/grafana_new     2022-10-04 19:09:10.168212000 +0000
@@ -67,6 +67,7 @@

 start_precmd="grafana_start_precmd"

+grafana_chdir="${grafana_homepath}"
 grafana_start_precmd()
 {
        if [ ! -d "/var/run/${name}" ]; then

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