nixos/dnscrypt-proxy: support reload
This commit is contained in:
parent
a26c51116d
commit
83052ef9db
@ -197,6 +197,7 @@ in
|
||||
serviceConfig = {
|
||||
NonBlocking = "true";
|
||||
ExecStart = "${pkgs.dnscrypt-proxy}/bin/dnscrypt-proxy ${toString daemonArgs}";
|
||||
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
|
||||
|
||||
User = "dnscrypt-proxy";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user