]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
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)
committerLennart Poettering <lennart@poettering.net>
Mon, 26 Jun 2017 13:14:41 +0000 (15:14 +0200)
commit3ceb72e5582948cd81fa7018716c67ac7f17905e
tree219ba2207c2120ea9803cd429720dc57ebd24431
parentc8ec393b25a6eacd91915fce84c03d4b446125ea
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
man/systemd.service.xml
src/core/service.c