Add documentation key in systemd .service files
Signed-off-by: Laurent Bigonville <bigon@bigon.be>
This commit is contained in:
parent
3abeb7c654
commit
5a5e739e5e
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
[Unit]
|
||||
Description=Translates SELinux MCS/MLS labels to human readable form
|
||||
Documentation=man:mcstransd(8)
|
||||
ConditionSecurity=selinux
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[Unit]
|
||||
Description=Restorecon maintaining path file context
|
||||
Documentation=man:restorecond(8)
|
||||
ConditionPathExists=/etc/selinux/restorecond.conf
|
||||
ConditionSecurity=selinux
|
||||
|
||||
|
|
Loading…
Reference in a new issue