diff options
author | John Lin <johnlinp@gmail.com> | 2017-11-17 22:20:48 +0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-17 15:20:48 +0100 |
commit | c37b4f3f9f94cdf9260d86c45e0dccc1296f3b95 (patch) | |
tree | 318a746560b04a88e30b92ccf4db9ce6d25644d6 | |
parent | b94f4313e87c7af005eabc40ab60aeb9709022de (diff) | |
download | systemd-c37b4f3f9f94cdf9260d86c45e0dccc1296f3b95.tar.gz |
man: rescue.target could be seen as single-user.target (#7323)
-rw-r--r-- | man/systemd.special.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 30fd8f6b0c..b6522c5060 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -525,7 +525,8 @@ shell. Isolate to this target in order to administer the system in single-user mode with all file systems mounted but with no services running, except for the most basic. Compare with <filename>emergency.target</filename>, which is much more reduced and does not provide the file systems or - most basic services.</para> + most basic services. Compare with <filename>multi-user.target</filename>, this target could be seen as + <filename>single-user.target</filename>.</para> <para><filename>runlevel1.target</filename> is an alias for this target unit, for compatibility with SysV.</para> |