Hello,
I am trying to install Grafana with the tar.gz package and so far it is installed and working. I did follow the steps on :
https://grafana.com/docs/grafana/latest/installation/rpm/
But my problem is at step 2 . I need to type:
sudo systemctl daemon-reload
sudo systemctl start grafana-server
sudo systemctl status grafana-server
if I execute
sudo systemctl start grafana-server
I get
"Failed to start grafana-server.service: Unit grafana-server.service not found."
It happens the same with status. I get following error:
Unit grafana-server.service could not be found.
Should I create the file?
/lib/systemd/system/grafana-server.service
If yes, which parameters should be included inside?
Is there any workarround to start the service when server starts?
Cheers,
educardo