Files
openlan/pkg/libol/daemon_linux.go
2022-07-29 23:38:54 +08:00

11 lines
156 B
Go
Executable File

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