mirror of
https://github.com/rclone/rclone.git
synced 2025-12-21 18:53:34 +00:00
vendor: add github.com/okzk/sdnotify
This commit is contained in:
committed by
Nick Craig-Wood
parent
6cc968b085
commit
0bfa29cbcf
8
vendor/github.com/okzk/sdnotify/notify.go
generated
vendored
Normal file
8
vendor/github.com/okzk/sdnotify/notify.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build !linux
|
||||
|
||||
package sdnotify
|
||||
|
||||
func SdNotify(state string) error {
|
||||
// do nothing
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user