documentation: fix start display-manager command

[Bjørn: The 'start' alias was removed in commit 1d9651e723
("Remove systemd shell aliases").]
This commit is contained in:
Eric Sagnes 2016-07-04 16:54:17 +09:00 committed by Bjørn Forsman
parent 0da28e9cfa
commit 9236eedbc3
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
(with empty password).</para></listitem>
<listitem><para>If you downloaded the graphical ISO image, you can
run <command>start display-manager</command> to start KDE. If you
run <command>systemctl start display-manager</command> to start KDE. If you
want to continue on the terminal, you can use
<command>loadkeys</command> to switch to your preferred keyboard layout.
(We even provide neo2 via <command>loadkeys de neo</command>!)</para></listitem>

View file

@ -42,7 +42,7 @@ with lib;
The "root" account has an empty password. ${
optionalString config.services.xserver.enable
"Type `start display-manager' to\nstart the graphical user interface."}
"Type `systemctl start display-manager' to\nstart the graphical user interface."}
'';
# Allow sshd to be started manually through "start sshd".