Blame SOURCES/selinux-autorelabel-mark.service

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