summarylogtreecommitdiffstats
path: root/filestat_exporter.service
blob: 6299556499813a9a3063177b241b2089742bfdc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=File Stat Exporter for Prometheus

[Service]
User=root
Type=simple
ExecStart=/usr/bin/filestat_exporter --config.path /etc/filestat_exporter/filestat.yaml --web.listen-address=:9943
KillMode=process
Restart=always

[Install]
WantedBy=multi-user.target