]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: match runlevel symlinks recommendation with our makefile (#3563)
authorLukáš Nykrýn <lnykryn@redhat.com>
Sun, 19 Jun 2016 17:22:46 +0000 (19:22 +0200)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sun, 19 Jun 2016 17:22:46 +0000 (20:22 +0300)
In makefile we create symlinks runlevel5.target to graphical.target and
runlevel2-4.target to multi-user.target. Let's say the same thing in
systemd.special manpage.

man/systemd.special.xml

index 26974ed73fc370a1c22f1b01debd9497c003df2f..19ca6d68376b928140b0f703f01ef5d91f7f52f3 100644 (file)
           <para>These are targets that are called whenever the SysV
           compatibility code asks for runlevel 2, 3, 4, 5,
           respectively. It is a good idea to make this an alias for
-          (i.e. symlink to) <filename>multi-user.target</filename>
-          (for runlevel 2) or <filename>graphical.target</filename>
+          (i.e. symlink to) <filename>graphical.target</filename>
+          (for runlevel 5) or <filename>multi-user.target</filename>
           (the others).</para>
         </listitem>
       </varlistentry>