aboutsummaryrefslogtreecommitdiffstats
path: root/restorecond/restorecond.service
blob: 6bce99d397357f27319a25e5dd6f2e2679fbdcab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Restorecon maintaining path file context
ConditionPathExists=/etc/selinux/restorecond.conf
ConditionSecurity=selinux

[Service]
Type=forking
ExecStart=/usr/sbin/restorecond
PIDFile=/run/restorecond.pid

[Install]
WantedBy=multi-user.target