Skip to content

Commit 210eb1f

Browse files
committed
Follow opt dir convention in service file
1 parent 79dd755 commit 210eb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transmission-tracker-add.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Requires=network.target
66
### use non root user example below:
77
#User=debian-transmission
88
Type=simple
9-
ExecStart=/opt/bin/add-trackers-auto.sh
9+
ExecStart=/opt/tracker-add/bin/tracker-add-auto.sh
1010
ExecStop=/bin/kill -s TERM $MAINPID
1111
ExecStopPost=/bin/rm -f /tmp/TTAA.*.lock
1212
KillMode=control-group

0 commit comments

Comments
 (0)