From: PPed72 Date: Wed, 9 Mar 2016 10:15:36 +0000 (+0100) Subject: net-p2p/deluge: improve configuration defaults X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e7447aac71d16585382070229e86872586524e5c;p=gentoo.git net-p2p/deluge: improve configuration defaults Signed-off-by: Patrice Clement --- diff --git a/net-p2p/deluge/files/deluge-web.conf b/net-p2p/deluge/files/deluge-web.conf index f1e904ade17b..a08f9b74fe61 100644 --- a/net-p2p/deluge/files/deluge-web.conf +++ b/net-p2p/deluge/files/deluge-web.conf @@ -1,6 +1,6 @@ # /etc/conf.d/deluge-web # Change this to the user you want to run deluged as. # You may specify a group too, after a colon -DELUGE_WEB_USER="" -#DELUGE_WEB_HOME="" +DELUGE_WEB_USER="deluge:deluge" +DELUGE_WEB_HOME="/var/lib/deluge" #DELUGE_WEB_OPTS="" diff --git a/net-p2p/deluge/files/deluged.conf-2 b/net-p2p/deluge/files/deluged.conf-2 index 8fe6ce4f09c8..ac0c4cd0db51 100644 --- a/net-p2p/deluge/files/deluged.conf-2 +++ b/net-p2p/deluge/files/deluged.conf-2 @@ -1,7 +1,7 @@ # /etc/conf.d/deluged # Change this to the user you want to run deluged as. # You may specify a group too, after a colon -DELUGED_USER="" +DELUGED_USER="deluge:deluge" # DELUGED_UMASK="0002" -# DELUGED_OPTS="-p 58846" -# DELUGED_HOME="" +DELUGED_OPTS="-p 58846" +DELUGED_HOME="/var/lib/deluge"