overdue
This commit is contained in:
9
.rclone_repo/vendor/github.com/okzk/sdnotify/notify.go
generated
vendored
Executable file
9
.rclone_repo/vendor/github.com/okzk/sdnotify/notify.go
generated
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
// +build !linux
|
||||
|
||||
package sdnotify
|
||||
|
||||
// SdNotify sends a specified string to the systemd notification socket.
|
||||
func SdNotify(state string) error {
|
||||
// do nothing
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user