From 2ef7826ffda47911baccde74664879c0ad8f9326 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 29 Oct 2017 00:00:10 +0200 Subject: absolute path --- custom/tinc/def.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/tinc') diff --git a/custom/tinc/def.nix b/custom/tinc/def.nix index 48b12505..1adcbf0a 100644 --- a/custom/tinc/def.nix +++ b/custom/tinc/def.nix @@ -152,7 +152,7 @@ in case "''${2}" in (?(vpn-)up) - systemctl --signal=ALRM --kill-who=main kill "tinc.${network}.service" + ${pkgs.systemd}/bin/systemctl --signal=ALRM --kill-who=main kill "tinc.${network}.service" ;; esac ''; -- cgit v1.2.3