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 443f005 commit 75ca98dCopy full SHA for 75ca98d
transmission-tracker-add.service
@@ -0,0 +1,11 @@
1
+[Unit]
2
+Description=transmission tracker add
3
+Requires=network.target
4
+
5
+[Service]
6
+Type=forked
7
+ExecStart=/opt/bin/add_trackers-auto.sh
8
+Restart=always
9
10
+[Install]
11
+WantedBy=multi-user.target
0 commit comments