From a22a0346524910c596f97aba955b7346b7479c2d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 7 Apr 2022 21:44:23 +0200 Subject: flora: fix the trainspotter script --- flora/services/urlwatcher.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 flora/services/urlwatcher.nix (limited to 'flora/services/urlwatcher.nix') diff --git a/flora/services/urlwatcher.nix b/flora/services/urlwatcher.nix deleted file mode 100644 index 5b6d7bf..0000000 --- a/flora/services/urlwatcher.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - systemd.services.urlwatcher-ilztal = { - enable = true; - description = "script watching the ilztalbahn gtfs for changes"; - wantedBy = [ "multi-user.target" ]; - after = [ "network.target" ]; - serviceConfig.Type = "simple"; - path = with pkgs; [ curl libzip system-sendmail ]; - script = '' - ${pkgs.gauche}/bin/gosh ${pkgs.copyPathToStore ./urlwatcher.scm} - ''; - startAt = "daily"; - }; - -} -- cgit v1.2.3