From 3da4ec5b97d9d186d1f623d5a4f607aa1c062107 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 4 Jul 2024 10:58:21 -0400 Subject: [PATCH] Update command.service adding back 9% --- systemd/command.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd/command.service b/systemd/command.service index 9354154f..f9b9ead2 100644 --- a/systemd/command.service +++ b/systemd/command.service @@ -9,6 +9,8 @@ StandardOutput=inherit StandardError=inherit Restart=always User=root +CPUAccounting=true +CPUQuota=9% [Install] WantedBy=default.target