]> git.ipfire.org Git - thirdparty/systemd.git/commit
units: make sure proc-sys-binfmt_misc.automount is actually stopped
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 30 Sep 2022 14:05:54 +0000 (16:05 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 23 May 2023 10:39:34 +0000 (12:39 +0200)
commitb93562a1a13af0d7fa6c03e384a00eaab647791b
treedbf2cb18eece62e63a0168accc554553ce6d6b37
parentd6f6846464d081f7a0c6ead2a6a2d8f2c2a01aa9
units: make sure proc-sys-binfmt_misc.automount is actually stopped

As with other units, stopping of the automount requires actual work,
and without the ordering dependency systemd might not execute the stop
job before shutdown.target is reached and units ordered after that are
executed.
units/proc-sys-fs-binfmt_misc.automount