From: Mike Yuan Date: Thu, 7 Dec 2023 10:22:23 +0000 (+0800) Subject: man/systemd.mount: tmpfs automatically gains After=swap.target dep X-Git-Tag: v256-rc1~1426^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f611721fa27a5ab739eb6781c43658680efa4830;p=thirdparty%2Fsystemd.git man/systemd.mount: tmpfs automatically gains After=swap.target dep --- diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index b8d4f372810..5573f8b2c4f 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -136,8 +136,11 @@ an After= dependency on local-fs-pre.target, and a Before= dependency on local-fs.target unless one or more mount options among , , - and is set. See below for detailed information. - + and is set. See below for detailed information. + + Additionally, an After= dependency on swap.target + is added when the file system type is tmpfs. + Network mount units automatically acquire After= dependencies on remote-fs-pre.target, network.target,