Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 288 Bytes

selinux-autorelabel.service

File metadata and controls

14 lines (13 loc) · 288 Bytes
 
Oct 16, 2018
Oct 16, 2018
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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
StandardInput=tty