dnscrypt-proxy/dnscrypt-proxy/systemd_free.go
Frank Denis c043bd73dd Ping the service manager early
Maybe
fixes #548

(untested)
2018-07-19 19:03:57 +02:00

7 lines
93 B
Go

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