From de325bc2b94f546096457d97fb92b91b20360f94 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 16 Apr 2022 18:37:36 +0300 Subject: feat(syncthing): add conf.d file --- syncthing/etc/conf.d/syncthing | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 syncthing/etc/conf.d/syncthing 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" -- cgit v1.2.3