mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
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:
parent
222953e87f
commit
ff74d20581
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user