mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-03 06:42:19 +00:00
Add systemd timer/service + update readme
This commit is contained in:
parent
98c957b755
commit
f1066d74d7
3 changed files with 30 additions and 1 deletions
10
dist/stats.timer
vendored
Normal file
10
dist/stats.timer
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue