install cpulimit

This commit is contained in:
0xOzgur 2024-05-31 22:59:34 +03:00
parent ab135eaed8
commit 0a2d718f74
2 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,7 @@ Description=Ceremony Client Go App Service
Type=simple
Restart=always
RestartSec=5s
WorkingDirectory=$NODE_PATH
ExecStart=$EXEC_START

View File

@ -10,6 +10,8 @@ sleep 10 # Add a 10-second delay
# Stop the ceremonyclient service
service ceremonyclient stop
apt install cpulimit -y
# Step 1:Download Binary
echo "⏳ Downloading New Release v1.4.18"
cd ~/ceremonyclient