|
|
|
|
|
by yrro
3446 days ago
|
|
It does log the standard error stream. The default value of StandardError= is inherit, which will cause stderr to go to the same place that stdout goes, which by defaults to journal. This is documented in systemd.exec(5). If not overriden in an individual service's unit file, perhaps you have set DefaultStandardError= in /etc/systemd/system.conf? |
|