rclone/vendor/github.com/okzk/sdnotify/notify.go

9 lines
101 B
Go
Raw Normal View History

2017-11-20 06:03:27 +08:00
// +build !linux
package sdnotify
func SdNotify(state string) error {
// do nothing
return nil
}