aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-05-07 09:54:54 -0400
committerBill Nottingham <notting@redhat.com>2012-05-07 09:54:54 -0400
commit5a599a148cd2a9e96ecea1c8fc62b51bc754cee1 (patch)
treee905c91f32681b22a2683e0058c288151244d562 /systemd
parent1d81c888eac95c3abe3ccd0d4bff7e73c57edcef (diff)
downloadinitscripts-5a599a148cd2a9e96ecea1c8fc62b51bc754cee1.tar
initscripts-5a599a148cd2a9e96ecea1c8fc62b51bc754cee1.tar.gz
initscripts-5a599a148cd2a9e96ecea1c8fc62b51bc754cee1.tar.bz2
initscripts-5a599a148cd2a9e96ecea1c8fc62b51bc754cee1.tar.xz
initscripts-5a599a148cd2a9e96ecea1c8fc62b51bc754cee1.zip
Move fedora-readonly to Before=local-fs.target
Diffstat (limited to 'systemd')
-rw-r--r--systemd/system/fedora-readonly.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/system/fedora-readonly.service b/systemd/system/fedora-readonly.service
index 42b3c0e6..2a7db25f 100644
--- a/systemd/system/fedora-readonly.service
+++ b/systemd/system/fedora-readonly.service
@@ -2,7 +2,7 @@
Description=Configure read-only root support
DefaultDependencies=no
Conflicts=shutdown.target
-Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service systemd-random-seed-load.service
+Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service local-fs.target
After=remount-rootfs.service
[Service]