Basic PoC for DLog stdout redirector
authorMichal Bloch <m.bloch@samsung.com>
Mon, 8 Feb 2021 14:06:03 +0000 (15:06 +0100)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 12 Feb 2024 15:37:49 +0000 (16:37 +0100)
commit03a602d42b771d1173945fd9c30d4651d52ca73c
tree847a9e33ce71daf1a7b7d7b04eeebd2a246c4ce2
parent57074abfc9f38b44a13ca9645b81a861644c0839
Basic PoC for DLog stdout redirector

Set Standard{Output,Error}=dlog in a service file,
or DefaultStandard{Output,Error}=dlog for global.

Note that setting the global default should only
really be done if DLog is working under the Android
Logger backend, since the Pipe backend daemon is
not really available early on which can make early
daemons fail.

Change-Id: Icf7224d1fabd4cdb45971ac9314ed4d19d220bbb
meson.build
packaging/systemd.spec
src/core/execute.c
src/core/execute.h
src/core/meson.build