changeset 305:58d8e6072dcc

update syncthing
author drewp@bigasterisk.com
date Sat, 24 Aug 2024 15:06:51 -0700
parents 8c25b1a8f294
children c72f268ee846
files sync.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sync.py	Sat Aug 24 14:56:15 2024 -0700
+++ b/sync.py	Sat Aug 24 15:06:51 2024 -0700
@@ -29,7 +29,6 @@
         f'cp -a {tmpdir}/{dl_name}/{s} {d}' for s, d in [
             ('syncthing', '/usr/bin'),
             ('etc/linux-systemd/system/syncthing@.service', user_svc_template),
-            ('etc/linux-systemd/system/syncthing-resume.service', '/etc/systemd/system/syncthing-resume.service'),
         ]
     ])
     files.link(path=f'/etc/systemd/system/multi-user.target.wants/syncthing@{user}.service', target=user_svc_template)
@@ -37,7 +36,7 @@
 
 
 # also see /my/serv/filesync/syncthing/deploy.yaml for the container one
-version = 'v1.27.7'
+version = 'v1.27.10'
 
 # primary instance is in k8s (/my/serv/filesync/syncthing); the rest are run with systemd.
 # Configs are in ~/.config/syncthing/ on each box