mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 00:35:55 +00:00
WRITE_STRING_FILE_ATOMIC is only valid if WRITE_STRING_FILE_CREATE is also given. IOW, an atomic file write operation is only possible when creating a file is also being asked for. This is a regression from the recent write_string_file() rework.