summarylogtreecommitdiffstats
path: root/prometheus.service
blob: 3d1ec2d48e7ef9f6d152cda1c6d38803fbf06218 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Prometheus service
After=network.target                                     

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

[Install]
WantedBy=multi-user.target