summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/github.com/okzk/sdnotify@v0.0.0-20180710141335-d9becc38acbd/notify.go
blob: f7d70e0dd97b826ae2891e269d5784cf8460e0ef (plain)
1
2
3
4
5
6
7
8
9
// +build !linux

package sdnotify

// SdNotify sends a specified string to the systemd notification socket.
func SdNotify(state string) error {
	// do nothing
	return nil
}