mirror of
https://github.com/luscis/openlan.git
synced 2025-10-07 09:30:54 +08:00
clone from danieldin95
This commit is contained in:
10
pkg/libol/daemon_linux.go
Executable file
10
pkg/libol/daemon_linux.go
Executable 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)
|
||||
}
|
Reference in New Issue
Block a user