mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
@@ -46,7 +46,6 @@ in {
|
|||||||
|
|
||||||
# Lower CPU and I/O priority:
|
# Lower CPU and I/O priority:
|
||||||
Nice = 19;
|
Nice = 19;
|
||||||
CPUSchedulingPolicy = "batch";
|
|
||||||
IOSchedulingClass = "best-effort";
|
IOSchedulingClass = "best-effort";
|
||||||
IOSchedulingPriority = 7;
|
IOSchedulingPriority = 7;
|
||||||
IOWeight = 100;
|
IOWeight = 100;
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
[Service]
|
[Service]
|
||||||
CPUSchedulingPolicy=batch
|
|
||||||
ExecStart=/nix/store/00000000000000000000000000000000-systemd/bin/systemd-inhibit \
|
ExecStart=/nix/store/00000000000000000000000000000000-systemd/bin/systemd-inhibit \
|
||||||
--who="borgmatic" \
|
--who="borgmatic" \
|
||||||
--what="sleep:shutdown" \
|
--what="sleep:shutdown" \
|
||||||
|
|||||||
Reference in New Issue
Block a user