aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-readonly.service
blob: 7a079445c68d155b13f0024997e212a2fdd7ffa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Configure read-only root support
DefaultDependencies=no
Conflicts=shutdown.target
Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service local-fs.target systemd-random-seed.service
After=systemd-remount-fs.service

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