From 2f8760f85c230e564d5309c3409e912f173c8799 Mon Sep 17 00:00:00 2001 From: Greg Brant <54865582+gregbrant2@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:05:25 +0000 Subject: [PATCH] Fix restart apparmor command in unbound.md Signed-off-by: Greg Brant <54865582+gregbrant2@users.noreply.github.com> --- docs/guides/dns/unbound.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/dns/unbound.md b/docs/guides/dns/unbound.md index 11f1d68bd..6bc2613a3 100644 --- a/docs/guides/dns/unbound.md +++ b/docs/guides/dns/unbound.md @@ -264,7 +264,7 @@ to the end (make sure this value is the same as above). Then reload AppArmor usi ``` bash sudo apparmor_parser -r /etc/apparmor.d/usr.sbin.unbound -sudo service unbound restart +sudo service apparmor restart ``` Lastly, restart unbound: