guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: services: gdm: Disable debugging output.


From: guix-commits
Subject: 05/05: services: gdm: Disable debugging output.
Date: Sun, 10 Feb 2019 17:25:11 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 30d77f45ebb36ff8ee656523db7cbcf7eadfed73
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 10 23:15:45 2019 +0100

    services: gdm: Disable debugging output.
    
    * gnu/services/xorg.scm (gdm-etc-service)[gdm-configuration-file]:
    Comment out debugging setting.
---
 gnu/services/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index d66254c..1efb275 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -657,7 +657,7 @@ makes the good ol' XlockMore usable."
                      "WaylandEnable=false\n"
                      "\n"
                      "[debug]\n"
-                     "Enable=true\n"
+                     "#Enable=true\n"
                      "\n"
                      "[security]\n"
                      "#DisallowTCP=true\n"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]