add autoaupdater, update readme

autoupdater using systemd timer and service.
This commit is contained in:
2026-04-23 23:28:27 -04:00
parent 5956c624e5
commit 1b01af8649
6 changed files with 85 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Run tetosong service once a week
[Timer]
OnCalendar=Sun *-*-* 05:00:00
Persistent=true
Unit=tetosong.service
[Install]
WantedBy=timers.target