mirror of
https://github.com/luscis/openlan.git
synced 2025-10-05 16:47:11 +08:00
11 lines
156 B
Go
Executable File
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)
|
|
}
|