diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-18 19:16:14 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-18 19:16:14 +0200 |
commit | d55ae9e6d7a20bb79f60a154bfcf4348dfb06852 (patch) | |
tree | 900f39bc680bce6a9e888501f217988c224f89dd /fixme | |
parent | ddb26e1818f67c2b97313d2ccf7468b2240ec086 (diff) |
systemctl: add compat support for shutting down the system via upstart
Diffstat (limited to 'fixme')
-rw-r--r-- | fixme | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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() |