2013-10-09 21:36:36 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Restorecon maintaining path file context
|
2019-07-15 14:45:00 +00:00
|
|
|
Documentation=man:restorecond(8)
|
2013-10-09 21:36:36 +00:00
|
|
|
ConditionPathExists=/etc/selinux/restorecond.conf
|
2013-11-06 12:24:00 +00:00
|
|
|
ConditionSecurity=selinux
|
2013-10-09 21:36:36 +00:00
|
|
|
|
|
|
|
[Service]
|
2013-11-06 12:24:00 +00:00
|
|
|
Type=forking
|
2013-10-09 21:36:36 +00:00
|
|
|
ExecStart=/usr/sbin/restorecond
|
2019-02-26 19:02:07 +00:00
|
|
|
PIDFile=/run/restorecond.pid
|
2013-10-09 21:36:36 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|