From e1ecd7179fa91be0b3ed9c8b831521ebfbb95c56 Mon Sep 17 00:00:00 2001 From: sunyongjie2010 Date: Mon, 4 Mar 2024 20:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dservice=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E8=87=AA=E5=90=AF=E5=8A=A8=E5=90=8E=EF=BC=8C=E6=97=A0=E6=B3=95?= =?UTF-8?q?mount=E9=95=9C=E5=83=8F=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- InManageBoot-installer/iboot/service/iboot.service | 1 - 1 file changed, 1 deletion(-) diff --git a/InManageBoot-installer/iboot/service/iboot.service b/InManageBoot-installer/iboot/service/iboot.service index 85789d5..69241d7 100644 --- a/InManageBoot-installer/iboot/service/iboot.service +++ b/InManageBoot-installer/iboot/service/iboot.service @@ -5,7 +5,6 @@ After = mysqld.service [Service] Type = forking ExecStart = /opt/inmanage/iboot/bin/isib.sh -PrivateTmp = true [Install] WantedBy = multi-user.target -- Gitee