blob: af5cf79b35db353904967562533ba67858792611 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Check, mount, and relabel all filesystems
DefaultDependencies=no
Conflicts=shutdown.target
Before=shutdown.target emergency.service emergency.target remount-rootfs.service
After=fedora-storage-init.service fedora-init-crypto-2.service
Requires=fedora-storage-init.service fedora-init-crypto-2.service
[Service]
ExecStart=/lib/systemd/fedora-mountall
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
StandardInput=tty
|