Run grafana process in the background

I installed grafana-v6.3.3 manually. (using tar -zxvf).

So I started that using ./bin/grafana-server.

but, I want to run that process in the background.

How can I run that process in the background?

Hi,

Could you share some more information about your environment? If you’re running Linux, which distribution are you using?

If you’re using a Debian-based distribution, systemd is a common way to run background services. You can find a systemd service for Grafana here.