chiark / gitweb /
core: permit FDSTORE=1 messages with non-pollable fds
authorLennart Poettering <lennart@poettering.net>
Tue, 20 Jun 2017 21:30:30 +0000 (23:30 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 25 Jul 2017 07:46:52 +0000 (09:46 +0200)
commit39d1301db9c8d38c3454744456127ad8322caae2
treeb39995542c3d88897d9c3673415a3b537b87b5c7
parent0cd0e2ee1908a1432b06e637168f7fc8531643ec
core: permit FDSTORE=1 messages with non-pollable fds

This also alters the documentation to recommend memfds rather than /run
for serializing state across reboots. That's because /run doesn't
actually have the same lifecycle as the fd store, as it is cleared out
on restarts.

Fixes: #5606
man/sd_notify.xml