]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/tmpfiles.d.xml
tmpfiles: optionally, decode string to write to files with base64
authorLennart Poettering <lennart@poettering.net>
Tue, 12 Jul 2022 21:51:15 +0000 (23:51 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 Jul 2022 09:55:03 +0000 (11:55 +0200)
commit708daf42d8f8b930a468f3e384fe814af65c4e93
tree65a11f1025f1109c73ae8b5cf8eaf7f71653da88
parentb89cfe8a60825d7bd5d5a5de5f968c17ec79b357
tmpfiles: optionally, decode string to write to files with base64

This is useful to use "f" or "w" to write arbitrary binary files to
disk, or files with newlines and similar (for example to provision SSH
host keys and similar).
man/tmpfiles.d.xml
src/tmpfiles/tmpfiles.c
test/test-systemd-tmpfiles.py