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

This commit is contained in:
Bjørn Forsman
2025-10-14 18:09:38 +00:00
committed by GitHub

View File

@@ -680,7 +680,6 @@ in
serviceConfig = {
Type = "oneshot";
ExecStart = "${cfg.package}/bin/upsdrvctl shutdown";
Slice = "system-ups.slice";
};
};