aboutsummarylogtreecommitdiffstats
path: root/clash-exporter.service
blob: cea418830d5955a97c73bd0da0a596797eeaded9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Clash Prometheus Exporter
After=network.target

[Service]
Type=simple
User=nobody
Group=nobody
ExecStart=/usr/bin/clash-exporter -collectDest=true -collectTracing=false -port=2112
Restart=on-failure
RestartSec=5s
Environment=CLASH_HOST=127.0.0.1:9090
Environment=CLASH_TOKEN=

[Install]
WantedBy=multi-user.target