<div dir="auto">Hi all!<div dir="auto"><br></div><div dir="auto">I have found a <span style="font-family:sans-serif">somehow strange </span>systemd "feature" that I'm not sure if it's a bug. Let me know if you prefer having this reported on GitHub instead.</div><div dir="auto"><br></div><div dir="auto">First, let me explain my setup: I have a data filesystem that is split in two encrypted partitions (with LUKS) formated as a single btrfs raid1 filesystem.</div><div dir="auto">I manage to make everything work just modifying fstab and crypttab.</div><div dir="auto"><br></div><div dir="auto">The problem arises when I try to make the data partition mounted on demand (`x-systemd.automount`). That's because it makes my "decrypted partitions" dependences (declared with `systemd.requires=systemd-cryptsetup@xxx.service`) move from the .mount autogenerated unit to the .automount one. This causes the partitions to be decrypted even if the data filesystem is never used, because the .automount unit is activated on boot. Is there a reasoning for this behavior or I'm missing something?</div><div dir="auto"><br></div><div dir="auto">Here is a link with the autogenerated units with and without the automount option: </div><div dir="auto"> <a href="https://pastebin.com/RkdHFt59" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">https://pastebin.com/RkdHFt59</a></div><div dir="auto"><br></div><div dir="auto">Thanks!</div></div>