From: Lennart Poettering Date: Mon, 15 Nov 2010 03:11:42 +0000 (+0100) Subject: cryptsetup: bind cryptsetup service to both source and destination device X-Git-Tag: v12~28 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=49d50c55bb78849f25bdf46fa76da5a6bdc5571f cryptsetup: bind cryptsetup service to both source and destination device --- diff --git a/TODO b/TODO index 770ac4195..7b41702e7 100644 --- a/TODO +++ b/TODO @@ -82,6 +82,8 @@ * declare /etc/os-release cross-distro standard +* add ConditionDirectoryNotEmpty= + Pre v12: * fix hotplug transactions @@ -96,6 +98,8 @@ External: * pam_securetty should honour console= +* sysctl should support sysctl.conf.d directory + * procps, psmisc, sysvinit-tools, hostname → util-linux-ng https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth diff --git a/src/cryptsetup-generator.c b/src/cryptsetup-generator.c index 3c3b99de5..b8db0d5e1 100644 --- a/src/cryptsetup-generator.c +++ b/src/cryptsetup-generator.c @@ -100,9 +100,9 @@ static int create_disk( "[Unit]\n" "Description=Cryptography Setup for %%f\n" "DefaultDependencies=no\n" - "BindTo=%s\n" + "BindTo=%s dev-mapper-%%i.device\n" "After=systemd-readahead-collect.service systemd-readahead-replay.service %s\n" - "Before=dev-mapper-%%i.device shutdown.target\n", + "Before=dev-mapper-%%i.device shutdown.target local-fs.target\n", d, d); if (password && (streq(password, "/dev/urandom") ||