chiark / gitweb /
man: document that ExecStart= doesn't understand shell command lines
authorLennart Poettering <lennart@poettering.net>
Thu, 6 Sep 2012 06:51:19 +0000 (23:51 -0700)
committerLennart Poettering <lennart@poettering.net>
Thu, 6 Sep 2012 06:51:19 +0000 (23:51 -0700)
TODO
man/systemd.service.xml

diff --git a/TODO b/TODO
index 326edb0af89128cd80ce9761492741b37bc0fd95..4519037ae7f8b198b90ad6d92192bd422b20f795 100644 (file)
--- a/TODO
+++ b/TODO
@@ -83,14 +83,10 @@ Features:
 
 * currently system services appear not to generate core dumps...
 
-* introduce /run/kmsg in containers?
-
 * wall messages for shutdown should move to logind
 
 * allow writing multiple conditions in unit files on one line
 
-* journal: json output needs to be able to deal with multiple assignments of the same field
-
 * There's something wrong with escaping unit names: http://lists.freedesktop.org/archives/systemd-devel/2012-August/006292.html
 
 * cleanup ellipsation for log output in journalctl and systemctl status: have a sane way to disable ellipsation, and disable it by default when invoked in less/more
@@ -103,8 +99,6 @@ Features:
 
 * maybe make systemd-detect-virt suid? or use fscaps?
 
-* man: document in ExecStart= explicitly that we don't take shell command lines, only executable names with arguments
-
 * shutdown: don't read-only mount anything when running in container
 
 * nspawn: --read-only is not applied recursively to submounts
index 72b67c698801c2a00b44f8849ea82ee28a43471e..c547948c6e9227af9a39ad11655cade813af2ada 100644 (file)
                                 argument (i.e. the program to execute)
                                 may not be a variable, and must be a
                                 literal and absolute path
-                                name.</para></listitem>
+                                name.</para>
+
+                                <para>Note that this setting does not
+                                directly support shell command
+                                lines. If shell command lines are to
+                                be used they need to be passed
+                                explicitly to a shell implementation
+                                of some kind. Example:
+                                <literal>ExecStart=/bin/sh -c 'dmesg | tac'</literal></para>
+                                </listitem>
                         </varlistentry>
 
                         <varlistentry>