Advertisement
Guest User

Untitled

a guest
Aug 7th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # /usr/lib/systemd/system/grafana.service
  2. [Unit]
  3. Description=Grafana service
  4. After=network.target
  5.  
  6. [Service]
  7. User=grafana
  8. Group=grafana
  9. WorkingDirectory=/usr/share/grafana
  10. ExecStart=/usr/bin/grafana-server -config=/etc/grafana.ini
  11. LimitNOFILE=10000
  12. TimeoutStopSec=20
  13. SuccessExitStatus=0 2
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement