net-p2p/deluge: improve configuration defaults
authorPPed72 <paolo.pedroni@iol.it>
Wed, 9 Mar 2016 10:15:36 +0000 (11:15 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 10 Mar 2016 10:18:11 +0000 (10:18 +0000)
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
net-p2p/deluge/files/deluge-web.conf
net-p2p/deluge/files/deluged.conf-2

index f1e904ade17b148e1defe5f01b1714d547b0620e..a08f9b74fe61c4457870ed1adbd433b91ad62a94 100644 (file)
@@ -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=""
index 8fe6ce4f09c81cff1ccdad4f8996faf926916ecf..ac0c4cd0db518ad01db7ee11bacac99e0d9ab6d1 100644 (file)
@@ -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"