2019-05-07 11:44:51 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Relabel all filesystems
|
|
|
|
DefaultDependencies=no
|
|
|
|
Conflicts=shutdown.target
|
|
|
|
After=sysinit.target
|
|
|
|
Before=shutdown.target
|
|
|
|
ConditionSecurity=selinux
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/libexec/selinux/selinux-autorelabel
|
|
|
|
Type=oneshot
|
|
|
|
TimeoutSec=0
|
|
|
|
RemainAfterExit=yes
|
2020-02-04 10:19:00 +00:00
|
|
|
StandardOutput=journal+console
|