aboutsummaryrefslogtreecommitdiff
path: root/syncthing/etc/conf.d/syncthing
diff options
context:
space:
mode:
Diffstat (limited to 'syncthing/etc/conf.d/syncthing')
-rw-r--r--syncthing/etc/conf.d/syncthing14
1 files changed, 14 insertions, 0 deletions
diff --git a/syncthing/etc/conf.d/syncthing b/syncthing/etc/conf.d/syncthing
index fbc4fd7..e3c09e9 100644
--- a/syncthing/etc/conf.d/syncthing
+++ b/syncthing/etc/conf.d/syncthing
@@ -10,5 +10,19 @@ SYNCTHING_HOMEDIR="/home/eug-vs/.config/syncthing"
# Log file location
#SYNCTHING_LOGFILE="/var/log/syncthing/syncthing.log"
+# umask used to create files
+# The default allows group access
+#SYNCTHING_UMASK=007
+
+# I/O nice level of syncthing
+#SYNCTHING_IONICE="0"
+
+# Nice level of syncthing
+#SYNCTHING_NICE="0"
+
+# Where the syncthing GUI should listen. Can be a http(s) URI or a Unix domain socket
#SYNCTHING_GUI_ADDRESS="http://127.0.0.1:8384"
#SYNCTHING_GUI_ADDRESS="unix:/run/syncthing.sock"
+
+# Extra options for syncthing
+#SYNCTHING_OPTS=""