verifique se /etc/systemd/system/grafana-server.service
se um link correto para /lib/systemd/system/grafana-server.service
Se não, crie /lib/systemd/system/grafana-server.service
o arquivo de origem está aqui: link
Em seguida, crie o link correto:
sudo ln -s /lib/systemd/system/grafana-server.service /etc/systemd/system/grafana-server.service
Em seguida, habilite o servidor grafana
sudo systemctl enable grafana-server
Então inicie o servidor grafana
sudo systemctl start grafana-server