syncthing: Update to 1.29.2 and Change logfile path
authorYun Wang <maoerpet@foxmail.com>
Mon, 20 Jan 2025 08:58:32 +0000 (16:58 +0800)
committerTianling Shen <cnsztl@gmail.com>
Tue, 21 Jan 2025 06:34:59 +0000 (14:34 +0800)
commit85fa8cfe0b63c946b6c7c0abf8fc0f1e8ff709e5
treeeff2776ff1f0c7a0579f42fc4d38309e6c3cc119
parent9ea813a30670d21dbf40c2f07eeb9c1323a8c1ce
syncthing: Update to 1.29.2 and Change logfile path

Update to 1.29.2 and Change logfile path from /etc/syncthing/syncthing
log to /var/log/syncthing.log.
This utilizes tmpfs (memory-based storage) to prevent disk usage growth
caused by log file accumulation during extended operation.

Benefits:
- Avoids storage saturation from excessive log growth.
- Aligns with best practices for temporary log management.
- For systems using flash storage (e.g., SSDs or eMMC), storing logs in
  tmpfs avoids flash memory wear caused by frequent writes to
  /etc/syncthing.

Signed-off-by: Yun Wang <maoerpet@foxmail.com>
utils/syncthing/Makefile
utils/syncthing/files/syncthing.conf
utils/syncthing/files/syncthing.init