Files
cloudly-min/.rclone_repo/vendor/github.com/okzk/sdnotify/notify.go
2020-01-13 03:37:51 +00:00

10 lines
174 B
Go
Executable File

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