mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
cryptsetup: do not order crypto DM devices against the cryptsetup service
This commit is contained in:
@@ -107,7 +107,7 @@ static int create_disk(
|
||||
"DefaultDependencies=no\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 cryptsetup.target\n",
|
||||
"Before=shutdown.target cryptsetup.target\n",
|
||||
d, d);
|
||||
|
||||
if (password && (streq(password, "/dev/urandom") ||
|
||||
|
||||
Reference in New Issue
Block a user