summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 9b98f5ea..92bcc5d6 100644
--- a/hel.nix
+++ b/hel.nix
@@ -150,7 +150,7 @@
150 ${pkgs.utillinux}/bin/mount --bind -n /etc/unbound /var/lib/unbound/etc/unbound 150 ${pkgs.utillinux}/bin/mount --bind -n /etc/unbound /var/lib/unbound/etc/unbound
151 fi 151 fi
152 ''; 152 '';
153 ExecStopPost = lib.mkForce (pkgs.writeScript "unbound-exec-stop-post" '' 153 serviceConfig.ExecStopPost = lib.mkForce (pkgs.writeScript "unbound-exec-stop-post" ''
154 ${pkgs.utillinux}/bin/umount /var/lib/unbound/dev/random 154 ${pkgs.utillinux}/bin/umount /var/lib/unbound/dev/random
155 ${pkgs.utillinux}/bin/umount /var/lib/unbound/etc/unbound 155 ${pkgs.utillinux}/bin/umount /var/lib/unbound/etc/unbound
156 ''); 156 '');