Unverified Commit 0c7f0416 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

Merge pull request #276670 from etu/freshrss-stop-running-updater-on-system-activation

nixos/freshrss: Stop running the updater service on system activation
parents e44ac85d 0c361983
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -294,7 +294,6 @@ in
      systemd.services.freshrss-updater = {
        description = "FreshRSS feed updater";
        after = [ "freshrss-config.service" ];
        wantedBy = [ "multi-user.target" ];
        startAt = "*:0/5";
        environment = {
          DATA_PATH = cfg.dataDir;