From 2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 9 Jul 2019 17:59:14 +0200 Subject: ... --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 9b98f5ea..92bcc5d6 100644 --- a/hel.nix +++ b/hel.nix @@ -150,7 +150,7 @@ ${pkgs.utillinux}/bin/mount --bind -n /etc/unbound /var/lib/unbound/etc/unbound fi ''; - ExecStopPost = lib.mkForce (pkgs.writeScript "unbound-exec-stop-post" '' + serviceConfig.ExecStopPost = lib.mkForce (pkgs.writeScript "unbound-exec-stop-post" '' ${pkgs.utillinux}/bin/umount /var/lib/unbound/dev/random ${pkgs.utillinux}/bin/umount /var/lib/unbound/etc/unbound ''); -- cgit v1.2.3