aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-readonly.service
blob: c1e4236762aef05035ec777f2de36039b8ad596b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Configure read-only root support
DefaultDependencies=no
Conflicts=shutdown.target
Before=shutdown.target emergency.service emergency.target fedora-cleanup.service
After=fedora-mountall.service
Requires=fedora-mountall.service

[Service]
ExecStart=/lib/systemd/fedora-readonly
Type=oneshot
TimeoutSec=0
StandardInput=tty
RemainAfterExit=yes