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