You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-p2p/deluge/files/deluged.conf-2

8 lines
228 B

# /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="deluge:deluge"
# DELUGED_UMASK="0002"
DELUGED_OPTS="-p 58846"
DELUGED_HOME="/var/lib/deluge"