clone from danieldin95

This commit is contained in:
sicheng
2022-07-29 23:38:54 +08:00
commit ac4f79bbf4
1931 changed files with 568263 additions and 0 deletions

10
pkg/libol/daemon_linux.go Executable file
View File

@@ -0,0 +1,10 @@
package libol
import "github.com/coreos/go-systemd/v22/daemon"
func PreNotify() {
}
func SdNotify() {
go daemon.SdNotify(false, daemon.SdNotifyReady)
}