1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-31 15:43:53 +00:00
Files
rclone/vendor/github.com/okzk/sdnotify/notify.go
2017-11-20 11:03:10 +00:00

9 lines
101 B
Go

// +build !linux
package sdnotify
func SdNotify(state string) error {
// do nothing
return nil
}