From: Anita Zhang Date: Thu, 18 Jul 2019 05:24:23 +0000 (-0700) Subject: NEWS: bullet point for ExecCondition= X-Git-Tag: v243-rc1~91^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4d5848aa2907ad818a1a4b1f8133dd12703260e;p=thirdparty%2Fsystemd.git NEWS: bullet point for ExecCondition= --- diff --git a/NEWS b/NEWS index 8aa40f7ddcf..9ba689a3d6a 100644 --- a/NEWS +++ b/NEWS @@ -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: