summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPPed72 <paolo.pedroni@iol.it>2016-03-09 11:15:36 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-03-10 10:18:11 +0000
commite7447aac71d16585382070229e86872586524e5c (patch)
treef3b7748a053c77fd7601c82ed7e5507fa199d7f9 /net-p2p/deluge
parentsys-libs/libcxx: bump to 3.8.0 (diff)
downloadgentoo-e7447aac71d16585382070229e86872586524e5c.tar.gz
gentoo-e7447aac71d16585382070229e86872586524e5c.tar.bz2
gentoo-e7447aac71d16585382070229e86872586524e5c.zip
net-p2p/deluge: improve configuration defaults
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r--net-p2p/deluge/files/deluge-web.conf4
-rw-r--r--net-p2p/deluge/files/deluged.conf-26
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 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"