//go:build !linux
// +build !linux
package notify
func readiness() error {
return nil
}
func reloading() error {
func stopping() error {