1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat(radio-news): send stockholm history on time

This commit is contained in:
2022-06-07 11:02:46 +02:00
parent 95f5ee330b
commit b9c34994c2

View File

@@ -17,7 +17,7 @@ in {
];
systemd.services.stockholm-history = {
startAt = "hourly";
startAt = "*:58:00";
script = ''
stockholm=$(mktemp -d)
trap clean EXIT