mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 15:00:26 +08:00
systemd服务增加BEGIN INIT INFO
This commit is contained in:
@@ -114,7 +114,8 @@ func (this *ServiceManager) installSystemdService(systemd, exePath string, args
|
||||
var shortName = teaconst.SystemdServiceName
|
||||
var longName = "GoEdge Node" // TODO 将来可以修改
|
||||
|
||||
var desc = `# Provides: ` + shortName + `
|
||||
var desc = `### BEGIN INIT INFO
|
||||
# Provides: ` + shortName + `
|
||||
# Required-Start: $all
|
||||
# Required-Stop:
|
||||
# Default-Start: 2 3 4 5
|
||||
|
||||
Reference in New Issue
Block a user