nixos/ups: remove Slice from UPS shutdown service (#389216)
This commit is contained in:
@@ -680,7 +680,6 @@ in
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${cfg.package}/bin/upsdrvctl shutdown";
|
ExecStart = "${cfg.package}/bin/upsdrvctl shutdown";
|
||||||
Slice = "system-ups.slice";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user