From 4d796ffc5a83d402d7f4d6825d3a16338a7f9d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 18 Jan 2021 09:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9systemd=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/utils/service_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/utils/service_linux.go b/internal/utils/service_linux.go index 82533418..011c5227 100644 --- a/internal/utils/service_linux.go +++ b/internal/utils/service_linux.go @@ -110,7 +110,7 @@ func (this *ServiceManager) installInitService(exePath string, args []string) er // install systemd service func (this *ServiceManager) installSystemdService(systemd, exePath string, args []string) error { shortName := teaconst.SystemdServiceName - longName := "GoEdge API" // TODO 将来可以修改 + longName := "GoEdge Admin" // TODO 将来可以修改 desc := `# Provides: ` + shortName + ` # Required-Start: $all