summarylogtreecommitdiffstats
path: root/prometheus-exporter-proxy.service
blob: 2af84bb5e5f7724a7b7f193e36b19a2de134112f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Prometheus Exporter Proxy
After=network.target

[Service]
Type=simple
User=nobody
Group=nobody
NoNewPrivileges=true
ProtectHome=true
ProtectSystem=strict
Restart=on-failure
ExecStart=/usr/bin/prometheus-exporter-proxy -config /etc/prometheus-exporter-proxy/config.yml

[Install]
WantedBy=multi-user.target