Add systemd timer/service + update readme

This commit is contained in:
idanoo 2023-01-30 13:04:12 +13:00
parent 98c957b755
commit f1066d74d7
Signed by: idanoo
GPG key ID: 387387CDBC02F132
3 changed files with 30 additions and 1 deletions

10
dist/stats.timer vendored Normal file
View file

@ -0,0 +1,10 @@
[Unit]
Description=Run stats on Monday
Requires=stats.service
[Timer]
Unit=stats.service
OnCalendar=Weekly Pacific/Auckland
[Install]
WantedBy=timers.target