mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Closes: https://bugs.gentoo.org/905861 Closes: https://bugs.gentoo.org/947414 Signed-off-by: William Hubbs <williamh@gentoo.org>
21 lines
419 B
Desktop File
21 lines
419 B
Desktop File
[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.listen-address=0.0.0.0:9090 \
|
|
--web.enable-admin-api
|
|
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|