Unverified Commit e857cfa8 authored by Melvyn's avatar Melvyn Committed by GitHub
Browse files

nixos/seafile: fix systemd option capitalization for RandomizedDelaySec (#363324)

parent 338de35f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -535,7 +535,7 @@ in

    systemd.timers.seaf-gc = lib.mkIf cfg.gc.enable {
      timerConfig = {
        randomizedDelaySec = cfg.gc.randomizedDelaySec;
        RandomizedDelaySec = cfg.gc.randomizedDelaySec;
        Persistent = cfg.gc.persistent;
      };
    };