3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-24 21:09:30 +01:00
ergo/vendor/github.com/okzk/sdnotify/notify.go

10 lines
174 B
Go
Raw Permalink Normal View History

// +build !linux
package sdnotify
// SdNotify sends a specified string to the systemd notification socket.
func SdNotify(state string) error {
// do nothing
return nil
}