1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +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 = { systemd.services.stockholm-history = {
startAt = "hourly"; startAt = "*:58:00";
script = '' script = ''
stockholm=$(mktemp -d) stockholm=$(mktemp -d)
trap clean EXIT trap clean EXIT