diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-08-15 10:22:48 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-08-15 10:22:48 +0300 |
commit | 0eb07a554179f0ad15960773467c80c23a181e85 (patch) | |
tree | 89ad294cdd4a1819d5508dfbd62ae224e6cb0fd9 | |
parent | f71ef01a3a56a6fc1e239effa203afeb2de9226e (diff) | |
download | dotfiles-0eb07a554179f0ad15960773467c80c23a181e85.tar.gz |
chore(syncthing): more default comments in config
-rw-r--r-- | syncthing/etc/conf.d/syncthing | 14 |
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="" |