Don t use ck-launch-session in systemd book

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18389 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2017-02-22 18:02:00 +00:00
parent a3fe45acb8
commit 88378001f7

View File

@ -155,8 +155,9 @@ update-desktop-database -q</userinput></screen>
</para>
<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
<literal># No need to run dbus-launch, since it is run by startlxde
ck-launch-session startlxde</literal>
<literal revision="sysv"># No need to run dbus-launch, since it is run by startlxde
ck-launch-session startlxde</literal><literal revision="systemd"># No need to run dbus-launch, since it is run by startlxde
startlxde</literal>
EOF
startx</userinput></screen>