diff options
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ''); |