mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-01 22:02:20 +00:00
10 lines
No EOL
158 B
SYSTEMD
10 lines
No EOL
158 B
SYSTEMD
[Unit]
|
|
Description=Run stats on Monday
|
|
Requires=stats.service
|
|
|
|
[Timer]
|
|
Unit=stats.service
|
|
OnCalendar=Weekly Pacific/Auckland
|
|
|
|
[Install]
|
|
WantedBy=timers.target |