chiark / gitweb /
doc: detail what "UID" is
[elogind.git] / man / systemd.service.xml
index be9bdcaf99689d5e03d34ac3090f6ce0fdcebfca..f3ba6574ced4dc0585d608411d8bcae5e0a13f2f 100644 (file)
@@ -747,10 +747,7 @@ ExecStart=/bin/echo $ONE $TWO ${TWO}</programlisting>
                                 <constant>SIGTERM</constant>, and <constant>SIGPIPE</constant>. Exit status
                                 definitions can either be numeric exit
                                 codes or termination signal names,
-                                separated by spaces. Signals will only
-                                be considered if the service does not implement
-                                a signal handler and exits as a direct result
-                                of receiving the signal. For example:
+                                separated by spaces. For example:
                                <programlisting>SuccessExitStatus=1 2 8 <constant>SIGKILL</constant></programlisting>
                                ensures that exit codes 1, 2, 8 and
                                the termination signal
@@ -861,7 +858,7 @@ ExecStart=/bin/echo $ONE $TWO ${TWO}</programlisting>
                                 for all file descriptors passed via
                                 socket-based activation. If true, all
                                 file descriptors >= 3 (i.e. all except
-                                STDIN/STDOUT/STDERR) will have
+                                stdin, stdout, and stderr) will have
                                 the <constant>O_NONBLOCK</constant> flag
                                 set and hence are in
                                 non-blocking mode. This option is only