Unverified Commit 2e79f219 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

nixos/ups: remove Slice from UPS shutdown service (#389216)

parents 86979747 30aa6b71
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -680,7 +680,6 @@ in
      serviceConfig = {
        Type = "oneshot";
        ExecStart = "${cfg.package}/bin/upsdrvctl shutdown";
        Slice = "system-ups.slice";
      };
    };