From 96bece1b12473a2a7c5bf5de7902f22f1b19d915 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 11 Feb 2020 16:55:12 +0100 Subject: [PATCH] lightdm: Remove `StandardOutput=` configuration from service unit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From manual page systemd.exec(5): > StandardOutput= > Controls where file descriptor 1 (STDOUT) of the executed processes is > connected to. Takes one of inherit, null, tty, journal, syslog, kmsg, > journal+console, syslog+console, kmsg+console, file:path, append:path, socket > or fd:name. > > […] > > syslog connects standard output to the syslog(3) system syslog service, in > addition to the journal. Note that the journal daemon is usually configured to > forward everything it receives to syslog anyway, in which case this option is > no different from journal. So remove the configuration. --- lightdm.be0 | 1 - 1 file changed, 1 deletion(-) diff --git a/lightdm.be0 b/lightdm.be0 index d34b81f85..4b924d643 100755 --- a/lightdm.be0 +++ b/lightdm.be0 @@ -87,7 +87,6 @@ EOF [Service] ExecStart=/usr/bin/lightdm - StandardOutput=syslog Restart=always UMask=007