man: match runlevel symlinks recommendation with our makefile (#3563)

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.
This commit is contained in:
Lukáš Nykrýn 2016-06-19 19:22:46 +02:00 committed by Evgeny Vereshchagin
parent 222953e87f
commit ff74d20581

View file

@ -497,8 +497,8 @@
<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>