monitoring/Prometheus/prometheus.service
Georg 4bd9e36ff4
Mass Commit 06/08/2021
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-06 17:42:45 +02:00

14 lines
469 B
Desktop File

[Unit]
Description=Prometheus
After=network.target
[Service]
User=prometheus
Group=prometheus
Type=simple
ExecStart=/opt/prometheus/prometheus --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/var/lib/prometheus --web.console.templates=/opt/prometheus/consoles --web.console.libraries=/opt/prometheus/console_libraries --web.external-url=https://prometheus.lysergic.dev:4433
ExecReload=/usr/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target