summarylogtreecommitdiffstats
path: root/prometheus-transmission-exporter.service
blob: 0cf2cb8aa681baa99bdc0cc5d7a4133ffa6c9545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Prometheus exporter for transmission daemon
After=network.target

[Service]
ExecStart=/usr/bin/prometheus-transmission-exporter
EnvironmentFile=/etc/default/prometheus-transmission-exporter
User=nobody
Restart=always

[Install]
WantedBy=multi-user.target