From 0e644c4b8664b26665681811c1839f280e5d507b Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 23 Dec 2019 15:35:52 +0100 Subject: [PATCH] Add -config to the service configuration arguments Maybe fixes #1122 --- dnscrypt-proxy/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 8b14aff7..a5431f42 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -71,6 +71,7 @@ func main() { DisplayName: "DNSCrypt client proxy", Description: "Encrypted/authenticated DNS proxy", WorkingDirectory: pwd, + Arguments: []string{"-config", *flags.ConfigFile}, } svc, err := service.New(app, svcConfig) if err != nil {