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 02d3d64 commit 6e8424fCopy full SHA for 6e8424f
transmission-trackers.service
@@ -0,0 +1,14 @@
1
+[Unit]
2
+Description=add tracker to torent
3
+After=network.target network-online.target
4
+Wants=network-online.target
5
+
6
+[Service]
7
+User=zcq100
8
+Type=oneshot
9
+WorkingDirectory=/docker/transmission/transmission-trackers
10
+ExecStart=python3 transmission-trackers.py
11
12
13
+[Install]
14
+WantedBy=multi-user.target
transmission-trackers.timer
@@ -0,0 +1,10 @@
+Description=add trackers to torrent every 10 minutes
+[Timer]
+OnBootSec=0s
+OnUnitActiveSec=10min
+Unit=transmission-trackers.service
0 commit comments