From d1d4f02296aaf4d083b805add8a9f780def77713764b68e0ea73f541ffcdd9d2 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 17 Aug 2011 08:42:14 +0000 Subject: [PATCH] Accepting request 79096 from Base:System Fix cycles that broke booting. OBS-URL: https://build.opensuse.org/request/show/79096 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=53 --- localfs.service | 2 ++ systemd.changes | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/localfs.service b/localfs.service index d8ff104..da3face 100644 --- a/localfs.service +++ b/localfs.service @@ -1,5 +1,7 @@ [Unit] Description=Shadow /etc/init.d/boot.localfs +DefaultDependencies=no +After=local-fs.target [Service] RemainAfterExit=true diff --git a/systemd.changes b/systemd.changes index c7a7547..47fc09a 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 16 17:02:27 UTC 2011 - fcrozat@suse.com + +- Fix localfs.service to no cause cycle and starts it after + local-fs.target. + ------------------------------------------------------------------- Thu Aug 4 15:59:58 UTC 2011 - fcrozat@suse.com