修改systemd服务名

This commit is contained in:
刘祥超
2021-01-18 09:30:52 +08:00
parent e7ea92ff2f
commit 4d796ffc5a

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