From 08d8e2af543c9f38a7d843595b847134939b50d0 Mon Sep 17 00:00:00 2001 From: haimd Date: Fri, 23 Jul 2021 12:33:41 +0700 Subject: [PATCH] =?UTF-8?q?B=E1=BB=8F=20restart=20service=20luc=205h50?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitor/cache/restart_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/cache/restart_service.sh b/monitor/cache/restart_service.sh index c2f0e30..d123a0b 100644 --- a/monitor/cache/restart_service.sh +++ b/monitor/cache/restart_service.sh @@ -1,6 +1,6 @@ #!/bin/bash time_begin=$(date) echo "$time_begin : restart service!!" >> /root/monitor/log/cache.txt -systemctl restart S905X_BI +#systemctl restart S905X_BI echo "************************************" >> /root/monitor/log/cache.txt exit 0