summaryrefslogtreecommitdiff
path: root/syncthing/files/etc/config
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-09-20 11:40:14 +0200
committerKarel Kočí <cynerd@email.cz>2021-09-20 11:40:14 +0200
commitb5aa5f4391bb40a291a7fba719d297427ec48da5 (patch)
tree11863dcfac505cc2a5fcf59dc76b7a8d12b78415 /syncthing/files/etc/config
parent09036c49cb485eeb5db23907584fe8745758d505 (diff)
downloadopenwrt-personal-pkgs-b5aa5f4391bb40a291a7fba719d297427ec48da5.tar.gz
openwrt-personal-pkgs-b5aa5f4391bb40a291a7fba719d297427ec48da5.tar.bz2
openwrt-personal-pkgs-b5aa5f4391bb40a291a7fba719d297427ec48da5.zip
syncthing: remove as it is present in HBD and can't be build for others
This version of syncthing requires Go 1.14.
Diffstat (limited to 'syncthing/files/etc/config')
-rw-r--r--syncthing/files/etc/config/syncthing26
1 files changed, 0 insertions, 26 deletions
diff --git a/syncthing/files/etc/config/syncthing b/syncthing/files/etc/config/syncthing
deleted file mode 100644
index 291675d..0000000
--- a/syncthing/files/etc/config/syncthing
+++ /dev/null
@@ -1,26 +0,0 @@
-
-config syncthing 'syncthing'
- option enabled '0'
-
- option gui_address 'http://127.0.0.1:8384'
-
- # Use internal flash for evaluation purpouses. Use external storage
- # for production.
- # This filesystem must either support ownership/attributes or
- # be readable/writable by the user specified in
- # 'option user'.
- # Consult syslog if things go wrong.
- option home '/etc/syncthing'
-
- # Changes to "niceness"/macprocs are not picked up by "reload_config"
- # nor by "restart": the service has to be stopped/started
- # for those to take effect
- option nice '19'
-
- # 0 to match the number of CPUs (default)
- # >0 to explicitly specify concurrency
- option macprocs '0'
-
- # Running as 'root' is possible, but not recommended
- option user 'syncthing'
-