platform_external_selinux/restorecond/restorecond.service
Stephen Smalley 00be13634a Move policycoreutils/restorecond to restorecond.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2016-11-16 11:19:50 -05:00

12 lines
263 B
Desktop File

[Unit]
Description=Restorecon maintaining path file context
ConditionPathExists=/etc/selinux/restorecond.conf
ConditionSecurity=selinux
[Service]
Type=forking
ExecStart=/usr/sbin/restorecond
PIDFile=/var/run/restorecond.pid
[Install]
WantedBy=multi-user.target