diff options
author | Anita Zhang <the.anitazha@gmail.com> | 2019-07-18 07:24:23 +0200 |
---|---|---|
committer | Anita Zhang <the.anitazha@gmail.com> | 2019-07-18 07:27:57 +0200 |
commit | a4d5848aa2907ad818a1a4b1f8133dd12703260e (patch) | |
tree | 31ded5fb87a5bb7c39210ec64264bd9d25cf49cf | |
parent | core: never propagate reload failure to service result (diff) | |
download | systemd-a4d5848aa2907ad818a1a4b1f8133dd12703260e.tar.xz systemd-a4d5848aa2907ad818a1a4b1f8133dd12703260e.zip |
NEWS: bullet point for ExecCondition=
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -297,6 +297,12 @@ CHANGES WITH 243 in spe: takes a tty name to spawn the debug shell on, which allows selecting a different tty than the built-in default. + * Service units gained a new ExecCondition= setting which will run + before ExecStartPre= and either continue execution of the unit (for + clean exit codes), stop execution without marking the unit failed + (for exit codes 1 through 254), or stop execution and fail the unit + (for exit code 255 or cases of abnormal termination). + … CHANGES WITH 242: |