On Fri, Dec 15, 2023 at 15:17:57 +0100, Thomas Klausner wrote: > So grafana saved its PID into /var/run/grafana.pid, which is what's > configured in the rc.d script as pidfile, but the status command > thinks it's not running, despite a grafana process with the > corresponding PID running.
Can you run the status command with sh -x? -uwe