Florian Klink 962e15aebc nixos: remove StandardOutput=syslog, StandardError=syslog lines
Since systemd 243, docs were already steering users towards using
`journal`:

eedaf7f322

systemd 246 will go one step further, it shows warnings for these units
during bootup, and will [automatically convert these occurences to
`journal`](f3dc6af20f):

> [    6.955976] systemd[1]: /nix/store/hwyfgbwg804vmr92fxc1vkmqfq2k9s17-unit-display-manager.service/display-manager.service:27: Standard output type syslog is obsolete, automatically updating to journal. Please update│······················
 your unit file, and consider removing the setting altogether.

So there's no point of keeping `syslog` here, and it's probably a better
idea to just not set it, due to:

> This setting defaults to the value set with DefaultStandardOutput= in
> systemd-system.conf(5), which defaults to journal.
2020-08-13 18:49:15 +02:00
..
2019-02-24 00:09:11 +03:00
2020-04-28 05:25:38 +00:00
2020-08-08 10:54:16 +10:00
2019-11-03 14:42:43 +01:00
2020-06-21 13:48:22 +02:00
2019-02-22 19:26:47 +01:00
2019-08-26 21:40:19 +00:00
2020-02-03 10:00:35 -08:00
2020-03-31 17:24:37 +03:00
2019-05-05 19:39:50 +09:00
2020-07-22 21:08:11 -04:00