Add prometheus-rtorrent-exporter

This commit is contained in:
2024-01-17 00:14:37 -07:00
parent 81eeabcb43
commit 001f56c9fc
6 changed files with 82 additions and 0 deletions
@@ -0,0 +1,11 @@
[Unit]
Description=rtorrent Exporter
After=network.target
[Service]
User=rtorrent_exporter
EnvironmentFile=/etc/conf.d/rtorrent_exporter
ExecStart=/usr/bin/rtorrent_exporter $ARGS
[Install]
WantedBy=default.target