nixos/dnscrypt-proxy: support reload
This commit is contained in:
parent
a26c51116d
commit
83052ef9db
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue