From 4f3d04f357350aa7de4ef8883e4c46ed0074fa6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:14:01 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20clean.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clean.sh b/bin/clean.sh index 0bf7f5b..399cdaf 100644 --- a/bin/clean.sh +++ b/bin/clean.sh @@ -4,7 +4,7 @@ f_name="clean.py" dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) logdir="${dir}/log" service_name="raspi_e-Paper.service" -hold_time_seconds=3 # 设置维持时间,例如300秒(5分钟) +hold_time_seconds=5 # 设置维持时间,例如300秒(5分钟) # 停止raspi_e-Paper服务 echo "正在停止$service_name服务..."