From c6fe2867140d67a2a62c043e7e143d982cf83ab2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 1 Jul 2024 14:28:28 -0400 Subject: [PATCH] Update command.service set quota to 11 --- systemd/command.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd/command.service b/systemd/command.service index 9354154f..9161a653 100644 --- a/systemd/command.service +++ b/systemd/command.service @@ -9,6 +9,8 @@ StandardOutput=inherit StandardError=inherit Restart=always User=root +CPUAccounting=true +CPUQuota=11% [Install] WantedBy=default.target