Files
tetosong/autoupdater/tetosong.timer
eric5949 1b01af8649 add autoaupdater, update readme
autoupdater using systemd timer and service.
2026-04-23 23:28:27 -04:00

11 lines
163 B
SYSTEMD

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