Add -config <config file> to the service configuration arguments
Maybe fixes #1122
This commit is contained in:
parent
7e45b50d58
commit
0e644c4b86
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue