mount/generators: do not make unit wanted by its device unit
authorTom Yan <tom.ty89@gmail.com>
Wed, 9 Jan 2019 15:35:24 +0000 (23:35 +0800)
committerTom Yan <tom.ty89@gmail.com>
Thu, 14 Feb 2019 16:16:54 +0000 (00:16 +0800)
commit142b8142d7bb84f07ac33fc00527a4d48ac8ef9f
treecf28fed32ed37bbf553752b4862f191c7f4ec4d6
parente62a7fea757f259eb330da5b6d3ab4ede46400a2
mount/generators: do not make unit wanted by its device unit

As device units will be reloaded by systemd whenever the corresponding device generates a "changed" event, if the mount unit / cryptsetup service is wanted by its device unit, the former can be restarted by systemd unexpectedly after the user stopped them explicitly. It is not sensible at all and can be considered dangerous. Neither is the behaviour conventional (as `auto` in fstab should only affect behaviour on boot and `mount -a`) or ever documented at all (not even in systemd, see systemd.mount(5) and crypttab(5)).
src/core/mount.c
src/cryptsetup/cryptsetup-generator.c