summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-metrics/prometheus-bin/files/prometheus.service')
-rw-r--r--app-metrics/prometheus-bin/files/prometheus.service22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-metrics/prometheus-bin/files/prometheus.service b/app-metrics/prometheus-bin/files/prometheus.service
deleted file mode 100644
index ebd8a901d1fd..000000000000
--- a/app-metrics/prometheus-bin/files/prometheus.service
+++ /dev/null
@@ -1,22 +0,0 @@
-[Unit]
-Description=Prometheus
-Wants=network-online.target
-After=network-online.target
-
-[Service]
-Type=simple
-User=prometheus
-Group=prometheus
-ExecStart=/usr/bin/prometheus \
- --web.enable-lifecycle \
- --config.file=/etc/prometheus/prometheus.yml \
- --storage.tsdb.path="/var/lib/prometheus/data" \
- --web.console.templates=/etc/prometheus/consoles \
- --web.console.libraries=/etc/prometheus/console_libraries \
- --web.listen-address=0.0.0.0:9090 \
- --web.enable-admin-api
-
-Restart=always
-
-[Install]
-WantedBy=multi-user.target