# HG changeset patch # User drewp@bigasterisk.com # Date 1724537211 25200 # Node ID 58d8e6072dcc14b6414151e6f8e549e2c6b8985a # Parent 8c25b1a8f294c89813af161c594a1a5b61c27759 update syncthing diff -r 8c25b1a8f294 -r 58d8e6072dcc sync.py --- 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