You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
406 B
19 lines
406 B
2 years ago
|
[Unit]
|
||
|
Description=Mark the need to relabel after reboot
|
||
|
DefaultDependencies=no
|
||
|
Requires=local-fs.target
|
||
|
Conflicts=shutdown.target
|
||
|
After=local-fs.target
|
||
|
Before=sysinit.target shutdown.target
|
||
|
ConditionSecurity=!selinux
|
||
|
ConditionPathIsDirectory=/etc/selinux
|
||
|
ConditionPathExists=!/.autorelabel
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=-/bin/touch /.autorelabel
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sysinit.target
|