From: Mike Yuan Date: Wed, 14 Dec 2022 16:50:19 +0000 (+0800) Subject: systemctl: is-enabled: document the return code change X-Git-Tag: v253-rc1~285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f23229cae5f4726860e45ad9da413ea32c004a4;p=thirdparty%2Fsystemd.git systemctl: is-enabled: document the return code change Follow-up for #25689 We've added a new output ("not-found") in #25689. --- diff --git a/man/systemctl.xml b/man/systemctl.xml index d6deb6d78a0..193f6b98004 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -954,6 +954,11 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err The unit file is invalid or another error occurred. Note that is-enabled will not actually return this state, but print an error message instead. However the unit file listing printed by list-unit-files might show it. > 0 + + not-found + The unit file doesn't exist. + 4 +