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

[Service]
Type=oneshot
ExecStart=/usr/bin/restorecond
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target