Skip to content

Commit 75ca98d

Browse files
Create transmission-tracker-add.service
1 parent 443f005 commit 75ca98d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

transmission-tracker-add.service

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)