summaryrefslogtreecommitdiff
path: root/fixme
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-18 19:16:14 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-18 19:16:14 +0200
commitd55ae9e6d7a20bb79f60a154bfcf4348dfb06852 (patch)
tree900f39bc680bce6a9e888501f217988c224f89dd /fixme
parentddb26e1818f67c2b97313d2ccf7468b2240ec086 (diff)
systemctl: add compat support for shutting down the system via upstart
Diffstat (limited to 'fixme')
-rw-r--r--fixme10
1 files changed, 8 insertions, 2 deletions
diff --git a/fixme b/fixme
index 709534b2eb..374ff4107e 100644
--- a/fixme
+++ b/fixme
@@ -59,8 +59,6 @@
* User= and friends needs to understand %i and similar replacements
-* EnvironmentFile=
-
* make systemd bus activatable
* pin /cgroup/systemd
@@ -71,6 +69,14 @@
* upstart fallback in systemctl
+* abstract namespace dbus socket
+
+* /sbin/shutdown argv[2..] message
+
+* exec /sbin/telinit from init
+
+* discuss NOTIFY_SOCKET, make it configurable? security implications?
+
Regularly:
* look for close() vs. close_nointr() vs. close_nointr_nofail()