diff --git a/dnscrypt-proxy/systemd_android.go b/dnscrypt-proxy/systemd_android.go new file mode 100644 index 00000000..8b806ba3 --- /dev/null +++ b/dnscrypt-proxy/systemd_android.go @@ -0,0 +1,5 @@ +package main + +func (proxy *Proxy) SystemDListeners() error { + return nil +}