diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-10-27 11:33:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-11-17 11:13:44 +0100 |
commit | 08f3be7a38d245b5fed9902f10d3129f339477fd (patch) | |
tree | b9b4c8aff09fe77791edae41ef08e2d2dad3933f /test/meson.build | |
parent | 11f5d82507494b39fcce27e102e5a8b186451acf (diff) | |
download | systemd-08f3be7a38d245b5fed9902f10d3129f339477fd.tar.gz |
core: add two new unit file settings: StandardInputData= + StandardInputText=
Both permit configuring data to pass through STDIN to an invoked
process. StandardInputText= accepts a line of text (possibly with
embedded C-style escapes as well as unit specifiers), which is appended
to the buffer to pass as stdin, followed by a single newline.
StandardInputData= is similar, but accepts arbitrary base64 encoded
data, and will not resolve specifiers or C-style escapes, nor append
newlines.
This may be used to pass input/configuration data to services, directly
in-line from unit files, either in a cooked or in a more raw format.
Diffstat (limited to 'test/meson.build')
0 files changed, 0 insertions, 0 deletions