From 928011a59354e7565a0e56c356b6c14fdfbead2d Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:25:48 +0300 Subject: [PATCH] service edit for SIGINT --- install/install.sh | 5 ++--- install/install_quilibrium_service.sh | 2 ++ update/update.sh | 2 ++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/install/install.sh b/install/install.sh index 743f75e..2b0091c 100644 --- a/install/install.sh +++ b/install/install.sh @@ -145,9 +145,6 @@ else echo "ceremonyclient.service file does not exist. No action taken." fi -CPU_THREADS=$(nproc) -CPU_QUOTA=$(( CPU_THREADS * 90 )) - sudo tee /lib/systemd/system/ceremonyclient.service > /dev/null <