Skip to content

Commit

Permalink
lightdm: Remove StandardOutput= configuration from service unit
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pmenzel committed Feb 11, 2020
1 parent 4f0ce8e commit 96bece1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lightdm.be0
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ EOF

[Service]
ExecStart=/usr/bin/lightdm
StandardOutput=syslog
Restart=always
UMask=007

Expand Down

0 comments on commit 96bece1

Please sign in to comment.