Systemd/src/cryptsetup
Tom Yan 142b8142d7 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)).
2019-02-15 00:16:54 +08:00
..
cryptsetup-generator.c mount/generators: do not make unit wanted by its device unit 2019-02-15 00:16:54 +08:00
cryptsetup.c cryptsetup: rework how we log about activation failures 2019-01-23 23:37:17 +01:00