mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clean up roles/transmission/README.rst
This commit is contained in:
parent
ac4158ec76
commit
2ae6e8b11e
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ After saving your changes in 'settings.json', restart Transmission by running::
|
||||||
|
|
||||||
systemctl restart transmission-daemon
|
systemctl restart transmission-daemon
|
||||||
|
|
||||||
*2021-03-14: Transmission 2.94 and 3.00 were intermittently* **ignoring** */etc/transmission-daemon/settings.json (presumably when the file was deemed problematic/missing/etc) and creating their own* ``/var/lib/transmission-daemon/.config/transmission-daemon/settings.json`` *(i.e. suddenly a FILE instead of transmission-deamon's out-of-the-box SYMLINK to /etc/transmission-daemon/settings.json). IIAB `PR #2707 <https://github.com/iiab/iiab/pull/2707>`_ should fix this problem, by reversing the direction of the symlink created by apt. See* `Troubleshooting <./README.rst#Troubleshooting>`_ *below.*
|
*2021-03-14: Transmission 2.94 and 3.00 were intermittently* **ignoring** */etc/transmission-daemon/settings.json (presumably when the file was deemed problematic/missing/etc) and creating their own* ``/var/lib/transmission-daemon/.config/transmission-daemon/settings.json`` *(i.e. suddenly a FILE instead of transmission-deamon's out-of-the-box SYMLINK to /etc/transmission-daemon/settings.json). IIAB* `PR #2707 <https://github.com/iiab/iiab/pull/2707>`_ *should fix this problem, by reversing the direction of the symlink created by apt. See* `Troubleshooting <./README.rst#Troubleshooting>`_ *below.*
|
||||||
|
|
||||||
Adding Torrents
|
Adding Torrents
|
||||||
---------------
|
---------------
|
||||||
|
@ -97,7 +97,7 @@ More advanced configuration and status are in directory ``/var/lib/transmission-
|
||||||
blocklists/
|
blocklists/
|
||||||
dht.dat
|
dht.dat
|
||||||
resume/
|
resume/
|
||||||
settings.json <- /etc/transmission-daemon/settings.json (`PR #2707 <https://github.com/iiab/iiab/pull/2707>`_ CREATES THIS SYMLINK!)
|
settings.json <- /etc/transmission-daemon/settings.json (PR #2707 CREATES THIS SYMLINK!)
|
||||||
stats.json
|
stats.json
|
||||||
torrents/
|
torrents/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue