monitorbuilder_pel7ppc64bebuilder0
5 years ago
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
[Unit] |
||||
Description=Prometheus Server |
||||
Documentation=https://prometheus.io/docs/introduction/overview/ |
||||
After=network-online.target |
||||
|
||||
[Service] |
||||
User=prometheus |
||||
Restart=on-failure |
||||
ExecStart=/usr/bin/prometheus \ |
||||
-config.file=/etc/prometheus/prometheus.yml \ |
||||
-storage.local.path=/var/lib/prometheus/ |
||||
|
||||
[Install] |
||||
WantedBy=multi-user.target |
Loading…
Reference in new issue