981b3c982e
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/policycoreutils#d151b2c053d3957eb9287c20d6202ac242c60766
15 lines
301 B
Desktop File
15 lines
301 B
Desktop File
[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
|
|
StandardOutput=journal+console
|