NEWS: bullet point for ExecCondition=

This commit is contained in:
Anita Zhang 2019-07-17 22:24:23 -07:00
parent d611cfa748
commit a4d5848aa2
1 changed files with 6 additions and 0 deletions

6
NEWS
View File

@ -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: