diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-12 13:58:09 +0100 |
---|---|---|
committer | Václav Pavlín <vpavlin@redhat.com> | 2013-03-15 14:52:06 +0100 |
commit | 7ae0decf762beed8ff17c03fd203e78e3108b46b (patch) | |
tree | c19ee0cc49b17ec4abc68e9e98dbce760d4ca4ee /systemd/system/fedora-import-state.service | |
parent | a838e9f574ece312b3f3d837a390813c156faf6e (diff) | |
download | initscripts-F18-branch.tar initscripts-F18-branch.tar.gz initscripts-F18-branch.tar.bz2 initscripts-F18-branch.tar.xz initscripts-F18-branch.zip |
remount-rootfs.service got renamed to systemd-remount-fs.serviceF18-branch
Diffstat (limited to 'systemd/system/fedora-import-state.service')
-rw-r--r-- | systemd/system/fedora-import-state.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/system/fedora-import-state.service b/systemd/system/fedora-import-state.service index 00d3d066..7425fbaf 100644 --- a/systemd/system/fedora-import-state.service +++ b/systemd/system/fedora-import-state.service @@ -5,7 +5,7 @@ ConditionPathIsReadWrite=/ ConditionDirectoryNotEmpty=/run/initramfs/state Conflicts=shutdown.target Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service -After=remount-rootfs.service +After=systemd-remount-fs.service [Service] ExecStart=/lib/systemd/fedora-import-state |