Mercurial > code > home > repos > infra
comparison sync.py @ 145:ee0384eebee5
minor
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Mar 2023 11:22:48 -0800 |
parents | 8b8ef9d8f0fd |
children | 2065998876e4 |
comparison
equal
deleted
inserted
replaced
144:476b23425f8c | 145:ee0384eebee5 |
---|---|
9 # now we have /lib/systemd/system/syncthing@.service | 9 # now we have /lib/systemd/system/syncthing@.service |
10 user = 'ari' if host.name == 'dot' else 'drewp' | 10 user = 'ari' if host.name == 'dot' else 'drewp' |
11 systemd.service(service=f'syncthing@{user}', running=True, enabled=True) | 11 systemd.service(service=f'syncthing@{user}', running=True, enabled=True) |
12 | 12 |
13 # also consider https://github.com/Martchus/syncthingtray tray status viewer on dtops | 13 # also consider https://github.com/Martchus/syncthingtray tray status viewer on dtops |
14 | |
15 # also consider https://github.com/Martchus/syncthingtray tray status viewer on dtops |