From c73780946566488d5667a7c3897870a23ee9c76f Mon Sep 17 00:00:00 2001 From: volth Date: Tue, 3 Jan 2017 10:10:34 +0000 Subject: [PATCH] miredo-fix-kill-path --- nixos/modules/services/networking/miredo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/miredo.nix b/nixos/modules/services/networking/miredo.nix index e4422e7f5b0..932d6cf2903 100644 --- a/nixos/modules/services/networking/miredo.nix +++ b/nixos/modules/services/networking/miredo.nix @@ -84,7 +84,7 @@ in RestartSec = "5s"; ExecStartPre = "${cfg.package}/bin/miredo-checkconf -f ${miredoConf}"; ExecStart = "${cfg.package}/bin/miredo -c ${miredoConf} -p ${pidFile} -f"; - ExecReload = "/bin/kill -HUP $MAINPID"; + ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID"; }; };