From e5d3a7d16c171f3b2bcc2104142a3dbda2ee23cb529d69880aa9e165fdd91ce3 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Tue, 16 Aug 2011 17:15:13 +0000 Subject: [PATCH] - Fix localfs.service to no cause cycle and starts it after local-fs.target. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=175 --- localfs.service | 2 ++ systemd.changes | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/localfs.service b/localfs.service index d8ff1048..da3facec 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 c7a7547a..47fc09ae 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