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