1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(praesenzlehre): run less frequently

This commit is contained in:
2021-02-23 20:52:56 +01:00
parent a17201c28d
commit e74f9b6bd0

View File

@@ -69,7 +69,7 @@ in
description = "Live Ticker zu praesenzlehre-berlin.org";
wants = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
startAt = "*:00/15";
startAt = "hourly";
path = [ pkgs.curl pkgs.pup pkgs.bc ];
environment.BOT_TOKEN = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
script = ''