summaryrefslogtreecommitdiff
path: root/system-admin-guide/C/gdm-restart.page
blob: 0ac2f5da73abb900129838cac263833b7a465ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
      type="topic" style="task"
      id="gdm-restart">

  <info>
    <link type="guide" xref="index#session" />
    <revision pkgversion="3.8" date="2013-06-05" status="draft"/>

    <credit type="author">
      <name>Jana Svarova</name>
      <email its:translate="no">jana.svarova@gmail.com</email>
      <years>2013</years>
   </credit>
   <credit type="author">
      <name>Petr Kovar</name>
     <email its:translate="no">pknbe@gvolny.cz</email>
      <years>2013</years>
    </credit>

    <desc></desc>

  </info>

  <title>Restart GDM</title>

  <p>When you make changes to the system configuration such as setting up the
  login screen banner message, login screen logo, or login screen background,
  you need to restart <sys its:translate="no">GDM</sys> for your changes to
  take effect.</p>

  <note style="important">
    <p>When GDM is restarter, all running programs and the GNOME session will
    end.</p>
  </note>
  
<section id="restart-gdm-systemd">
  <title>Restart GDM on systemd-based systems</title>

  <p>To restart the <sys its:translate="no">GDM</sys> service on
  <sys its:translate="no">systemd</sys>-based systems, run the
  following command:</p>
  <screen>$ <input>systemctl restart gdm.service</input></screen>
  
</section>

<!-- 
  <section id="other-systems">
  <title>Restart GDM on other systems</title>
  </section>
-->
</page>