forked from External/ergo
parent
c53df2dc88
commit
6f24082705
10 changed files with 123 additions and 2 deletions
9
vendor/github.com/okzk/sdnotify/notify.go
generated
vendored
Normal file
9
vendor/github.com/okzk/sdnotify/notify.go
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// +build !linux
|
||||
|
||||
package sdnotify
|
||||
|
||||
// SdNotify sends a specified string to the systemd notification socket.
|
||||
func SdNotify(state string) error {
|
||||
// do nothing
|
||||
return nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue