[systemd-commits] 2 commits - TODO man/sd_bus_open_user.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Nov 12 14:46:56 PST 2014
TODO | 4 ++++
man/sd_bus_open_user.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
New commits:
commit 174299e35fb8386f7b1d6e57ed42c205dcd92447
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Nov 12 23:44:21 2014 +0100
man: fix typo
diff --git a/man/sd_bus_open_user.xml b/man/sd_bus_open_user.xml
index 47f8361..76e3ce8 100644
--- a/man/sd_bus_open_user.xml
+++ b/man/sd_bus_open_user.xml
@@ -121,8 +121,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
followed by the <literal>@</literal> symbol, and the hostname.
</para>
- <para><function>sd_bus_open_system_remote()</function> connects to
- the system bus in the specified <parameter>machine</parameter>,
+ <para><function>sd_bus_open_system_container()</function> connects
+ to the system bus in the specified <parameter>machine</parameter>,
where <parameter>machine</parameter> is the name of a container.
See
<citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
commit c2d5b3c94d0c082ef29597fb230f8b88b124bab8
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Nov 12 23:44:14 2014 +0100
Update TODO
diff --git a/TODO b/TODO
index e3ed162..4e16cd3 100644
--- a/TODO
+++ b/TODO
@@ -37,6 +37,10 @@ External:
Features:
+* increase CORE resource limit by default for all services, so that coredumpctl becomes useful
+
+* firstboot: make it useful to be run immediately after yum --installroot to set up a machine.
+
* networkd-wait-online really should have a timeout by default
* expose orientation sensors through logind
More information about the systemd-commits
mailing list