[systemd-commits] 2 commits - TODO man/daemon.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Thu May 22 00:18:09 PDT 2014
TODO | 4 ++++
man/daemon.xml | 4 +---
2 files changed, 5 insertions(+), 3 deletions(-)
New commits:
commit c4b834a4adfa4f858ed9fd07b300588ec1c3e20e
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu May 22 16:15:56 2014 +0900
man: drop reference to file locking for PID file creation from daemon(7)
File locking is usually a bad idea, don't suggest using it.
diff --git a/man/daemon.xml b/man/daemon.xml
index b1f43f5..202b80e 100644
--- a/man/daemon.xml
+++ b/man/daemon.xml
@@ -158,9 +158,7 @@
it is verified at the same time that
the PID previously stored in the PID
file no longer exists or belongs to a
- foreign process. Commonly, some kind of
- file locking is employed to implement
- this logic.</para></listitem>
+ foreign process.</para></listitem>
<listitem><para>In the daemon process,
drop privileges, if possible and
commit 3de03738fc970496d2d3da668c72767a48ccc41b
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu May 22 16:14:50 2014 +0900
update TODO
diff --git a/TODO b/TODO
index 12d144a..8169a57 100644
--- a/TODO
+++ b/TODO
@@ -30,6 +30,10 @@ External:
Features:
+* generator that automatically discovers btrfs subvolumes, identifies their purpose based on some xattr on them.
+
+* support setting empty environment variables with Environment= and EnvironmentFile=
+
* tmpfiles: figure out relation between Z and m?
* systemd-notify: fake ucred of msg to PID of parent, if that works, with fallback to our own if it doesn't.
More information about the systemd-commits
mailing list