修改systemd服务名

This commit is contained in:
GoEdgeLab
2021-01-18 09:30:52 +08:00
parent c20e3b86df
commit dc1bbf02a9

View File

@@ -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