veritysetup: also place udev socket dep

In light of #17848, also place udev socket dep in veritysetup, it's the
same issue after all.
This commit is contained in:
Lennart Poettering 2020-12-10 11:48:37 +01:00
parent 6597686865
commit 8374bf4fa2
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ static int create_device(void) {
"Conflicts=umount.target\n"
"BindsTo=%s %s\n"
"IgnoreOnIsolate=true\n"
"After=cryptsetup-pre.target %s %s\n"
"After=cryptsetup-pre.target systemd-udevd-kernel.socket %s %s\n"
"Before=cryptsetup.target umount.target\n"
"\n[Service]\n"
"Type=oneshot\n"