reconfigure transmission
This commit is contained in:
parent
0d7e9ccf67
commit
9426e15136
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
Type = "notify";
|
Type = "notify";
|
||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
${transmission-daemon} -f --log-level=error --encryption-preferred --portmap --dht --lpd --utp --peerport 41414 --port 9092 \
|
${transmission-daemon} -f --log-level=error --encryption-preferred --portmap --dht --lpd --utp --peerport 41414 --port 9092 \
|
||||||
|
--allowed 127.0.0.1,10.10.10.* \
|
||||||
-c "${torrents-dir}/init" \
|
-c "${torrents-dir}/init" \
|
||||||
--incomplete-dir "${torrents-dir}/.incomplete" \
|
--incomplete-dir "${torrents-dir}/.incomplete" \
|
||||||
--download-dir "${torrents-dir}/downloads" \
|
--download-dir "${torrents-dir}/downloads" \
|
||||||
|
|
Loading…
Reference in a new issue