Add more detail to sample "dinitctl list" output.
authorDavin McCall <davmac@davmac.org>
Tue, 19 Jun 2018 21:54:27 +0000 (22:54 +0100)
committerDavin McCall <davmac@davmac.org>
Tue, 19 Jun 2018 21:54:27 +0000 (22:54 +0100)
Since pid and console state are now displayed, add them to the sample
output.

README

diff --git a/README b/README
index 5c6e50c0e1aa854463640c619cc7e5c8763198ee..6821124e5e448cead891fbe673555f13bfc3e0d3 100644 (file)
--- 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