File: notify.go

package info (click to toggle)
golang-github-okzk-sdnotify 0.0~git20180710.d9becc3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: makefile: 3
file content (9 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
// +build !linux

package sdnotify

// SdNotify sends a specified string to the systemd notification socket.
func SdNotify(state string) error {
	// do nothing
	return nil
}