Home | History | Annotate | Download | only in restorecond
      1 [Unit]
      2 Description=Restorecon maintaining path file context
      3 ConditionPathExists=/etc/selinux/restorecond.conf
      4 ConditionSecurity=selinux
      5 
      6 [Service]
      7 Type=forking
      8 ExecStart=/usr/sbin/restorecond
      9 PIDFile=/var/run/restorecond.pid
     10 
     11 [Install]
     12 WantedBy=multi-user.target
     13