From 749e9b3b4d33bef789444355a93ade5f0cf040c0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 18:19:54 -0400 Subject: [PATCH] Update command.service increase cpu quota to 10% --- systemd/command.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/command.service b/systemd/command.service index 3f19fa8a..1c4e2bc3 100644 --- a/systemd/command.service +++ b/systemd/command.service @@ -10,7 +10,7 @@ StandardError=inherit Restart=always User=root CPUAccounting=true -CPUQuota=5% +CPUQuota=10% [Install] WantedBy=default.target