commit: e7447aac71d16585382070229e86872586524e5c Author: PPed72 <paolo.pedroni <AT> iol <DOT> it> AuthorDate: Wed Mar 9 10:15:36 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Mar 10 10:18:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7447aac
net-p2p/deluge: improve configuration defaults Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> net-p2p/deluge/files/deluge-web.conf | 4 ++-- net-p2p/deluge/files/deluged.conf-2 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-p2p/deluge/files/deluge-web.conf b/net-p2p/deluge/files/deluge-web.conf index f1e904a..a08f9b7 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 8fe6ce4..ac0c4cd 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"
