From 5d9d4483fba9f9e16b89e704f77db497a194a99b Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 29 Oct 2023 10:49:33 +0100 Subject: [PATCH] Add Documentation=... to apparmor.service This is taken from Debian's apparmor.service, and is the first (and easiest) step to get the upstream and Debian file closer. --- parser/apparmor.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parser/apparmor.service b/parser/apparmor.service index 15b9f74e6..641771ffb 100644 --- a/parser/apparmor.service +++ b/parser/apparmor.service @@ -6,6 +6,8 @@ After=systemd-journald-audit.socket # profile cache: /var/cache/apparmor/ and /usr/share/apparmor/cache/ After=var.mount var-cache.mount usr.mount usr-share.mount ConditionSecurity=apparmor +Documentation=man:apparmor(7) +Documentation=https://gitlab.com/apparmor/apparmor/wikis/home/ [Service] Type=oneshot