From 3dee54b66b229b7b9c992f4e040cd23438ba9643 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 25 Aug 2024 14:32:08 +0200 Subject: [PATCH] tree: fix more Signed-off-by: AuxXxilium --- amepatch/install.sh | 2 +- arcdns/install.sh | 4 ++-- cpufreqscaling/install.sh | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/amepatch/install.sh b/amepatch/install.sh index 6ecdeb8..52b4fb5 100755 --- a/amepatch/install.sh +++ b/amepatch/install.sh @@ -25,7 +25,7 @@ After=multi-user.target User=root Type=simple Restart=on-failure -RestartSec=5s +RestartSec=5 ExecStart=/usr/bin/amepatch.sh [Install] diff --git a/arcdns/install.sh b/arcdns/install.sh index 2bba8d0..fdae644 100755 --- a/arcdns/install.sh +++ b/arcdns/install.sh @@ -31,8 +31,8 @@ After=multi-user.target User=root Type=simple Restart=on-failure -RestartSec=5s -ExecStart=/usr/bin/arcdns.sh ${2} +RestartSec=10 +ExecStart=/usr/bin/arcdns.sh "${2}" [Install] WantedBy=multi-user.target diff --git a/cpufreqscaling/install.sh b/cpufreqscaling/install.sh index 27db6ef..45e67cb 100755 --- a/cpufreqscaling/install.sh +++ b/cpufreqscaling/install.sh @@ -30,7 +30,8 @@ After=udevrules.service User=root Type=simple Restart=on-failure -RestartSec=10s +RestartSec=10 +ExecStartPre=sleep 30 ExecStart=/usr/bin/scaler.sh [Install] @@ -56,8 +57,8 @@ After=udevrules.service User=root Type=simple Restart=on-failure -RestartSec=10s -ExecStart=/usr/bin/rescaler.sh ${2} +RestartSec=10 +ExecStart=/usr/bin/rescaler.sh "${2}" [Install] WantedBy=multi-user.target