summarylogtreecommitdiffstats
path: root/prometheus.service
blob: aae4302c3e0fc655ffb036d6dab9aaccaf7f6938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Prometheus service monitoring system and time series database
After=network.target

[Service]
User=prometheus
Group=prometheus
ExecStart=/usr/bin/prometheus -config.file /etc/prometheus/prometheus.yml -storage.local.path /var/lib/prometheus
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target