From 04dc30373011008e8f4d91f69dbff22786c4e7e7 Mon Sep 17 00:00:00 2001 From: hy Date: Thu, 23 Apr 2026 13:13:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dhaiyi=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E9=87=8D=E5=90=AF=E9=99=90=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install_systemd.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install_systemd.sh b/scripts/install_systemd.sh index 8ab5c0b..d2b33ae 100755 --- a/scripts/install_systemd.sh +++ b/scripts/install_systemd.sh @@ -37,5 +37,3 @@ systemctl daemon-reload for name in $(suite_service_names); do systemctl enable "$(service_unit_name "$name")" done - -restart_systemd_suite