aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-04-16 18:37:36 +0300
committereug-vs <eugene@eug-vs.xyz>2022-04-16 18:37:58 +0300
commitde325bc2b94f546096457d97fb92b91b20360f94 (patch)
treecec8d96d79edef275973206d67cdc3c3a50d7f53
parent89b00a9de493068ac7b340790a366095d8305ccf (diff)
downloaddotfiles-de325bc2b94f546096457d97fb92b91b20360f94.tar.gz
feat(syncthing): add conf.d file
-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"