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>
Thu, 25 Jan 2024 14:22:39 +0000 (15:22 +0100)
commitb9f29ace5a30a52610efdd70c4ea4e80a63e73b4
tree155798223c5da69593df31740747ee535ab18b17
parent181541d01e169c694c3a5ebdeb8921d19c4505b1
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