From 660047e784332c3bde2fea23a92b336dc6b99457 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 28 Aug 2018 19:39:30 -0400 Subject: [PATCH] Update README.rst --- roles/transmission/README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/roles/transmission/README.rst b/roles/transmission/README.rst index ecd6e5bf2..f830a138b 100644 --- a/roles/transmission/README.rst +++ b/roles/transmission/README.rst @@ -29,11 +29,16 @@ Configuration Configure Transmission using its web interface: http://box:9091 -You can also edit Transmission settings in '/etc/transmission-daemon/settings.json'. Before you edit this file, ensure that transmission-daemon.service is stopped:: +More settings can be edited within '/etc/transmission-daemon/settings.json' if you first ensure that the transmission-daemon.service is stopped:: systemctl stop transmission-daemon + +Then edit the file:: + nano /etc/transmission-daemon/settings.json +Here are some short explanations, as to what those 70+ variables mean: https://github.com/transmission/transmission/wiki/Editing-Configuration-Files + Adding torrents --------------- @@ -57,6 +62,6 @@ Verify that transmission-daemon is running:: systemctl status transmission-daemon -Check that Transmission's settings are correct in:: +Re-check that Transmission's settings are correct in:: /etc/transmission-daemon/settings.json