Basic PoC for DLog stdout redirector 04/255204/3
authorMichal Bloch <m.bloch@samsung.com>
Mon, 8 Feb 2021 14:06:03 +0000 (15:06 +0100)
committerMichal Bloch <m.bloch@samsung.com>
Mon, 22 Mar 2021 19:43:44 +0000 (20:43 +0100)
commit6a1f41c36bd6fe1057109428570e11140bbbeab3
treed4029546985b10e0f957458d21c9370e17d6ed3c
parenta997cbdee71cf450228c2287220bbef27cb41b98
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