commit 111333d21cb06ca2f23ba753236953db9a1bf2ae
parent 6139c367b0fd2ef1e79a26cac1306c700db0ca3e
Author: pyratebeard <root@pyratebeard.net>
Date: Sun, 19 Apr 2026 21:22:24 +0100
fix: fixes systemd time syntax and updates both systemd and cron to run on sundays at 22:00
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cron/wmt.cron b/cron/wmt.cron
@@ -1,2 +1,2 @@
# weeklymusictoot
-0 17 * * fri /path/to/wmt.py
+0 22 * * sun /path/to/wmt.py
diff --git a/systemd/wmt.timer b/systemd/wmt.timer
@@ -2,7 +2,7 @@
Description=weeklymusictoot
[Timer]
-OnCalendar=Fri * 17:00:00
+OnCalendar=Sun *-*-* 22:00:00
Unit=wmt.service
Persistent=true