We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96afc2b commit a985937Copy full SHA for a985937
README.md
@@ -16,10 +16,11 @@ or
16
wget --no-check-certificate -O /opt/bin/add-trackers-auto.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker_add_auto.sh
17
wget --no-check-certificate -O /etc/systemd/system/transmission-tracker-add.service https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/transmission-tracker-add.service
18
chmod +x /opt/bin/add_trackers_auto.sh
19
+Set user and password in add_trackers_auto.sh
20
systemctl daemon-reload
21
```
22
## Usage
-Automatically checks new torrents and adds trackers
23
+Automatically checks new torrents and adds trackers:
24
25
systemctl enable transmission-tracker-add.service
26
systemctl start transmission-tracker-add.service
0 commit comments