diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-02-01 18:31:52 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-02-01 20:27:07 -0800 |
commit | e0a5ed9f76eaeefb3dd4ad0ff1d7526ff7584c95 (patch) | |
tree | 90bb4a1d83cac163305de6757ac063ebf7d36a2b /net/transmission/files/transmission.config | |
parent | 5040f5721f917df10653e6d83d91e9022f21d6fe (diff) |
transmission: Fix port test + other fixes.
Ran the transmission init script through shellcheck and fixed errors. Also cleaned up a bit.
Removed ionice support. Will reintroduce if procd adds support.
Removed config_overwrite debugging variable. No need for it.
Enabled TLS verify by default. Added a dependancy to ca-bundle as a result. This is a default in current trunk.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/transmission/files/transmission.config')
-rw-r--r-- | net/transmission/files/transmission.config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/transmission/files/transmission.config b/net/transmission/files/transmission.config index 309590364..2f8c3b6d7 100644 --- a/net/transmission/files/transmission.config +++ b/net/transmission/files/transmission.config @@ -1,10 +1,9 @@ config transmission option enabled 0 option config_dir '/tmp/transmission' - #option user 'nobody' + option user 'transmission' option mem_percentage 50 option nice 10 - option ionice_flags '-c 3' option alt_speed_down 50 option alt_speed_enabled false option alt_speed_time_begin 540 |