From 91dec180a18fea2c3e98cfa7e7e49c5f0ad12dbe Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Tue, 19 Jun 2018 22:54:27 +0100 Subject: [PATCH] Add more detail to sample "dinitctl list" output. Since pid and console state are now displayed, add them to the sample output. --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 5c6e50c..6821124 100644 --- a/README +++ b/README @@ -308,14 +308,14 @@ Finally, you can list the state of all loaded services: This may result in something like the following: [{+} ] boot - [{+} ] tty1 - [{+} ] tty2 - [{+} ] tty3 - [{+} ] tty4 - [{+} ] loginready + [{+} ] tty1 (pid: 300) + [{+} ] tty2 (pid: 301) + [{+} ] tty3 (pid: 302) + [{+} ] tty4 (pid: 303) + [{+} ] loginready (has console) [{+} ] rcboot [{+} ] filesystems - [{+} ] udevd + [{+} ] udevd (pid: 4) [ {-}] mysql The above represents a number of started services and one stopped service -- 2.25.1