2016-04-25 07:36:31 +00:00
|
|
|
[Unit]
|
2016-07-20 20:26:10 +00:00
|
|
|
Description=Relabel all filesystems
|
2016-04-25 07:36:31 +00:00
|
|
|
DefaultDependencies=no
|
|
|
|
Conflicts=shutdown.target
|
2016-07-20 20:26:10 +00:00
|
|
|
After=sysinit.target
|
|
|
|
Before=shutdown.target
|
2016-04-25 07:36:31 +00:00
|
|
|
ConditionSecurity=selinux
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/libexec/selinux/selinux-autorelabel
|
|
|
|
Type=oneshot
|
|
|
|
TimeoutSec=0
|
|
|
|
RemainAfterExit=yes
|
2019-11-12 07:54:46 +00:00
|
|
|
StandardOutput=journal+console
|