diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-01 18:59:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-02 10:43:57 +0200 |
commit | 29252e9e5bad3b0bcfc45d9bc761aee4b0ece1da (patch) | |
tree | c3cd469dd14813b13e0d6ff2ca63961faeb9d934 /TODO | |
parent | 59cea26a349cfa8db906b520dac72563dd773ff2 (diff) |
manager: turn notify socket into abstract namespace socket again
sd_notify() should work for daemons that chroot() as part of their
initilization, hence it's a good idea to use an abstract namespace
socket which is not affected by chroot.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -51,9 +51,6 @@ Features: * change Requires=basic.target to RequisiteOverride=basic.target -* turn $NOTIFY_SOCKET back into an abstract namespace socket for - compatibility with services which chroot() - * exclude processes marked with argv[0][0]=@ from the normal service killing too * support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator |