systemd服务增加BEGIN INIT INFO

This commit is contained in:
刘祥超
2022-09-28 08:16:49 +08:00
parent 2e8ba831a1
commit c44e40d72d

View File

@@ -111,7 +111,8 @@ func (this *ServiceManager) installSystemdService(systemd, exePath string, args
shortName := teaconst.SystemdServiceName shortName := teaconst.SystemdServiceName
longName := "GoEdge API" // TODO 将来可以修改 longName := "GoEdge API" // TODO 将来可以修改
desc := `# Provides: ` + shortName + ` desc := `### BEGIN INIT INFO
# Provides: ` + shortName + `
# Required-Start: $all # Required-Start: $all
# Required-Stop: # Required-Stop:
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5