From 0a4bd845df8ef7316c11e40bbcd582c598fc5005 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 20 Oct 2019 14:57:28 +0200 Subject: [PATCH] systemd keeps breaking things --- dnscrypt-proxy/systemd_android.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dnscrypt-proxy/systemd_android.go 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 +}