]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.exec.xml
core: set $JOURNAL_STREAM to the dev_t/ino_t of the journal stream of executed services 3537/head
authorLennart Poettering <lennart@poettering.net>
Tue, 14 Jun 2016 14:50:45 +0000 (16:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 15 Jun 2016 21:00:27 +0000 (23:00 +0200)
commit7bce046bcf076e9cb359f1c78951b879430edb9e
tree9baa942b069efbee5e9030530792559bfb169846
parentfd1f9c89f72ebbe5d071cccf7754299fc87b9b26
core: set $JOURNAL_STREAM to the dev_t/ino_t of the journal stream of executed services

This permits services to detect whether their stdout/stderr is connected to the
journal, and if so talk to the journal directly, thus permitting carrying of
metadata.

As requested by the gtk folks: #2473
configure.ac
man/systemd.exec.xml
src/basic/formats-util.h
src/core/execute.c