Update miscellaneous configs

This commit is contained in:
2026-03-09 09:27:31 +01:00
parent c9d59c744f
commit fe12a4404b
14 changed files with 142 additions and 139 deletions

View File

@@ -340,7 +340,7 @@ After=network.target
[Service]
Environment="all_proxy=socks5://localhost:8080"
ExecStart=/usr/bin/syncthing -no-browser -gui-address="0.0.0.0:8384" -no-restart -logflags=0
ExecStart=/usr/bin/syncthing --no-browser --gui-address="0.0.0.0:8384" --no-restart --logflags=0
Restart=on-failure
SuccessExitStatus=3 4
RestartForceExitStatus=3 4
@@ -409,10 +409,9 @@ restic backup \
--verbose --one-file-system --tag systemd.timer \
--exclude "/home/thomas/.cache" \
--exclude "/home/thomas/.local/data/docker" \
--exclude "/home/thomas/.local/soft" \
--exclude "/home/thomas/Cloud" \
--exclude "/home/thomas/mnt" \
--exclude "/home/thomas/perl5" \
--exclude "/home/thomas/.local/soft" \
/home/thomas
#+end_src