From e0a5ed9f76eaeefb3dd4ad0ff1d7526ff7584c95 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 1 Feb 2018 18:31:52 -0800 Subject: 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 --- net/transmission/files/transmission.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/transmission/files/transmission.config') 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 -- cgit v1.2.3