[gdm] systemd: send stdio to syslog by default



commit 979753ad717dc7480472845f570752ff8ded91c2
Author: Ray Strode <rstrode redhat com>
Date:   Mon Feb 4 22:33:39 2013 -0500

    systemd: send stdio to syslog by default
    
    This commit makes sure GDM's output goes to the journal
    via syslog, so it can make use of standard syslog priorities.
    
    Suggested by Simon McVittie
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692308

 data/gdm.service.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/gdm.service.in b/data/gdm.service.in
index c15a415..df8bc09 100644
--- a/data/gdm.service.in
+++ b/data/gdm.service.in
@@ -8,6 +8,8 @@ ExecStart= sbindir@/gdm
 Restart=always
 IgnoreSIGPIPE=no
 BusName=org.gnome.DisplayManager
+StandardOutput=syslog
+StandardError=inherit
 
 [Install]
 Alias=display-manager.service



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