From 0bd59be7d024575efb9ddc083d340afa9707c04e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 1 Jul 2024 14:07:50 -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 c3201151..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=15% [Install] WantedBy=default.target