summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorClydeByrdIII <cbiii@fb.com>2019-09-28 01:43:02 -0700
committerGitHub <noreply@github.com>2019-09-28 01:43:02 -0700
commitb122296272c9ad9473583d6f232d20ce661c8ccd (patch)
tree76386f3078f3564fa0888f0e27321a22522c7287 /man
parent501deda1ce89bb558936741c1aeb244e264e8af1 (diff)
downloadsystemd-b122296272c9ad9473583d6f232d20ce661c8ccd.tar.gz
Update service result table
exec-condition and oom-kill were added without updating this table Updated success to reflect the code, which also allows kills by signal in certain situations
Diffstat (limited to 'man')
-rw-r--r--man/systemd.exec.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 6dcccc38b4..1549af6083 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -2602,7 +2602,11 @@ StandardInputData=SWNrIHNpdHplIGRhIHVuJyBlc3NlIEtsb3BzLAp1ZmYgZWVtYWwga2xvcHAncy
<tbody>
<row>
- <entry valign="top"><literal>success</literal></entry>
+ <entry morerows="1" valign="top"><literal>success</literal></entry>
+ <entry valign="top"><literal>killed</literal></entry>
+ <entry><literal>HUP</literal>, <literal>INT</literal>, <literal>TERM</literal>, <literal>PIPE</literal></entry>
+ </row>
+ <row>
<entry valign="top"><literal>exited</literal></entry>
<entry><literal>0</literal></entry>
</row>
@@ -2656,6 +2660,17 @@ StandardInputData=SWNrIHNpdHplIGRhIHVuJyBlc3NlIEtsb3BzLAp1ZmYgZWVtYWwga2xvcHAncy
>3</literal>, …, <literal>255</literal></entry>
</row>
<row>
+ <entry valign="top"><literal>exec-condition</literal></entry>
+ <entry><literal>exited</literal></entry>
+ <entry><literal>1</literal>, <literal>2</literal>, <literal>3</literal>, <literal
+ >4</literal>, …, <literal>254</literal></entry>
+ </row>
+ <row>
+ <entry valign="top"><literal>oom-kill</literal></entry>
+ <entry valign="top"><literal>killed</literal></entry>
+ <entry><literal>TERM</literal>, <literal>KILL</literal></entry>
+ </row>
+ <row>
<entry><literal>start-limit-hit</literal></entry>
<entry>not set</entry>
<entry>not set</entry>