From f611721fa27a5ab739eb6781c43658680efa4830 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Thu, 7 Dec 2023 18:22:23 +0800 Subject: [PATCH] man/systemd.mount: tmpfs automatically gains After=swap.target dep --- man/systemd.mount.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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, -- 2.47.3