mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
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.
This commit is contained in:
parent
58a89284d5
commit
5d9d4483fb
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ After=systemd-journald-audit.socket
|
||||||
# profile cache: /var/cache/apparmor/ and /usr/share/apparmor/cache/
|
# profile cache: /var/cache/apparmor/ and /usr/share/apparmor/cache/
|
||||||
After=var.mount var-cache.mount usr.mount usr-share.mount
|
After=var.mount var-cache.mount usr.mount usr-share.mount
|
||||||
ConditionSecurity=apparmor
|
ConditionSecurity=apparmor
|
||||||
|
Documentation=man:apparmor(7)
|
||||||
|
Documentation=https://gitlab.com/apparmor/apparmor/wikis/home/
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
Loading…
Add table
Reference in a new issue