summaryrefslogtreecommitdiff
path: root/pcr/openrc-net/transmission-daemon.confd.4
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/openrc-net/transmission-daemon.confd.4')
-rw-r--r--pcr/openrc-net/transmission-daemon.confd.414
1 files changed, 14 insertions, 0 deletions
diff --git a/pcr/openrc-net/transmission-daemon.confd.4 b/pcr/openrc-net/transmission-daemon.confd.4
new file mode 100644
index 000000000..8f3b1317a
--- /dev/null
+++ b/pcr/openrc-net/transmission-daemon.confd.4
@@ -0,0 +1,14 @@
+# 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/lib/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/lib/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