From: Lukáš Nykrýn Date: Sun, 19 Jun 2016 17:22:46 +0000 (+0200) Subject: man: match runlevel symlinks recommendation with our makefile (#3563) X-Git-Tag: v231~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff74d2058152d0a9ed82346c16ec30b6694cbfa5;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 26974ed73fc..19ca6d68376 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -497,8 +497,8 @@ 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) multi-user.target - (for runlevel 2) or graphical.target + (i.e. symlink to) graphical.target + (for runlevel 5) or multi-user.target (the others).