diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-07-09 17:59:14 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-07-09 17:59:14 +0200 |
| commit | 2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1 (patch) | |
| tree | af627bf921ffdd15e7088ea63f9ef65cadf8a4fe | |
| parent | e62f52d28c0acb828280aca9eeb8e0e1f9e11103 (diff) | |
| download | nixos-2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1.tar nixos-2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1.tar.gz nixos-2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1.tar.bz2 nixos-2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1.tar.xz nixos-2c8ebfef5194e665f0e8f6dc868870ad7f5dc8f1.zip | |
...
| -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 | ''); |
