aboutsummaryrefslogtreecommitdiff
path: root/syncthing/etc/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'syncthing/etc/conf.d')
-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
new file mode 100644
index 0000000..fbc4fd7
--- /dev/null
+++ b/syncthing/etc/conf.d/syncthing
@@ -0,0 +1,14 @@
+# /etc/conf.d/syncthing: config file for /etc/init.d/syncthing
+
+# User and group as which to run
+SYNCTHING_USER="eug-vs"
+SYNCTHING_GROUP="eug-vs"
+
+# Configuration directory
+SYNCTHING_HOMEDIR="/home/eug-vs/.config/syncthing"
+
+# Log file location
+#SYNCTHING_LOGFILE="/var/log/syncthing/syncthing.log"
+
+#SYNCTHING_GUI_ADDRESS="http://127.0.0.1:8384"
+#SYNCTHING_GUI_ADDRESS="unix:/run/syncthing.sock"