diff options
Diffstat (limited to 'main/transmission/transmission-daemon.confd')
-rw-r--r-- | main/transmission/transmission-daemon.confd | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/main/transmission/transmission-daemon.confd b/main/transmission/transmission-daemon.confd index c1f338f07c..fcf37c7912 100644 --- a/main/transmission/transmission-daemon.confd +++ b/main/transmission/transmission-daemon.confd @@ -1,18 +1,14 @@ -# -# transmission-daemon options -# -# -a --acl <list> Access Control List. (Default: +127.0.0.1) -# -b --blocklist Enable peer blocklists -# -B --no-blocklist Disable peer blocklists -# -f --foreground Run in the foreground instead of daemonizing -# -g --config-dir <path> Where to look for configuration files -# -p --port <port> RPC port (Default: 9091) -# -t --auth Require authentication -# -T --no-auth Don't require authentication -# -u --username <username> Set username for authentication -# -v --password <password> Set password for authentication -# -w --download-dir <path> Where to save downloaded data -# -# NOTE: webif does not work without the -f switch -# -TD_OPTS="-f -g /var/lib/transmission/.config -w /var/lib/transmission" +# This is the transmission-daemon configuration file. For other options and +# better explanation, take a look at transmission-daemon manual page Note: it's +# better to configure some settings (like username/password) in +# /var/transmission/config/settings.json to avoid other users see it with `ps` + +TRANSMISSION_OPTIONS="--encryption-preferred" + +# Run daemon as another user (username or username:groupname) +# If you change this setting, chown -R /var/transmission/config <and download directory, check web settings> +#runas_user=transmission + +# Location of logfile (should be writeable for runas_user user) +# Set logfile=syslog to use syslog for logging +#logfile=/var/log/transmission/transmission.log |