systemd服务增加BEGIN INIT INFO

This commit is contained in:
GoEdgeLab
2022-09-28 08:17:32 +08:00
parent 85bb447fc9
commit ef303f718c

View File

@@ -111,7 +111,8 @@ func (this *ServiceManager) installSystemdService(systemd, exePath string, args
shortName := teaconst.SystemdServiceName shortName := teaconst.SystemdServiceName
longName := "GoEdge Admin" // TODO 将来可以修改 longName := "GoEdge Admin" // 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