Blame SOURCES/selinux-autorelabel-mark.service

e65efd
[Unit]
e65efd
Description=Mark the need to relabel after reboot
e65efd
DefaultDependencies=no
e65efd
Requires=local-fs.target
e65efd
Conflicts=shutdown.target
e65efd
After=local-fs.target
e65efd
Before=sysinit.target shutdown.target
e65efd
ConditionSecurity=!selinux
e65efd
ConditionPathIsDirectory=/etc/selinux
e65efd
ConditionPathExists=!/.autorelabel
e65efd
e65efd
[Service]
e65efd
ExecStart=-/bin/touch /.autorelabel
e65efd
Type=oneshot
e65efd
RemainAfterExit=yes
e65efd
e65efd
[Install]
e65efd
WantedBy=sysinit.target