blob: bca3f9565bc2922fb87c37c050e0f211de0b3170 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Relabel all filesystems, if necessary
DefaultDependencies=no
Conflicts=shutdown.target
Before=shutdown.target emergency.service emergency.target
After=local-fs.target
Requires=remount-rootfs.service local-fs.target
[Service]
ExecStart=/lib/systemd/fedora-autorelabel
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
StandardInput=tty
|