From 8f23229cae5f4726860e45ad9da413ea32c004a4 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Thu, 15 Dec 2022 00:50:19 +0800 Subject: [PATCH] systemctl: is-enabled: document the return code change Follow-up for #25689 We've added a new output ("not-found") in #25689. --- man/systemctl.xml | 5 +++++ 1 file changed, 5 insertions(+) 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 + -- 2.47.3