IBM / ibm-spectrum-scale-bridge-for-grafana

This tool allows the IBM Storage Scale users to perform performance monitoring for IBM Storage Scale devices using third-party applications such as Grafana or Prometheus software.
Apache License 2.0
30 stars 17 forks source link

Add unit service file #211

Closed Helene closed 4 months ago

Helene commented 4 months ago

Added service unit file. This will include how to start or stop the service, under which circumstances it should be automatically started, and the dependency and ordering information for related software.

  cp <my-grafana-bridge-location>/grafana-bridge.service /etc/systemd/system/
  sudo systemctl daemon-reload
  sudo systemctl enable grafana-bridge.service
  sudo systemctl start grafana-bridge.service

resolves #207

Signed-off-by: hwassman hwassman@de.ibm.com