syncthing: add stdiscosrv and strelaysrv
authorVan Waholtz <brvphoenix@gmail.com>
Mon, 24 Oct 2022 14:02:05 +0000 (22:02 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 25 Nov 2022 19:05:45 +0000 (20:05 +0100)
commit94f7097207653adba1ffc002d1255ebce1022357
treed0b9b0f44146d80a88ae231bcbf06686939c0280
parent8e7192b9b62875528bbf1f0b00b9ed5fcd16fd48
syncthing: add stdiscosrv and strelaysrv

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
(cherry picked from commit 9d17ba1a9387efdc08e236d4eaa937eb103472f4)
12 files changed:
utils/syncthing/Makefile
utils/syncthing/files/etc/config/syncthing [deleted file]
utils/syncthing/files/etc/init.d/syncthing [deleted file]
utils/syncthing/files/etc/sysctl.d/90-syncthing-inotify.conf [deleted file]
utils/syncthing/files/stdiscosrv.conf [new file with mode: 0644]
utils/syncthing/files/stdiscosrv.init [new file with mode: 0644]
utils/syncthing/files/strelaysrv.conf [new file with mode: 0644]
utils/syncthing/files/strelaysrv.init [new file with mode: 0644]
utils/syncthing/files/syncthing-sysctl.conf [new file with mode: 0644]
utils/syncthing/files/syncthing.conf [new file with mode: 0644]
utils/syncthing/files/syncthing.init [new file with mode: 0644]
utils/syncthing/test.sh