systemd-tmpfiles: allow appending content to file
authorZach Smith <z@zxmth.us>
Fri, 4 Oct 2019 01:19:18 +0000 (18:19 -0700)
committerZach Smith <z@zxmth.us>
Fri, 4 Oct 2019 01:28:15 +0000 (18:28 -0700)
commitd0ea5c5e39dce60efbce6d86534eb9ca253440b0
tree76fa1d6111fc318b676ade8ff28a82e109d1d21e
parentc55ac248257e780bc4e70492527ea910744c5226
systemd-tmpfiles: allow appending content to file

Adds support to append to files with w+ type.

 w /tmp/13291.out - - - - first line\n
 w+ /tmp/13291.out - - - - second line\n
man/tmpfiles.d.xml
src/tmpfiles/tmpfiles.c