dnscrypt-proxy/dnscrypt-proxy/systemd_free.go

10 lines
118 B
Go

// +build !linux
package main
func (proxy *Proxy) SystemDListeners() error {
return nil
}
func SystemDNotify() {}