about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7affbd3..7e29749 100644
--- a/README.md
+++ b/README.md
@@ -25,4 +25,8 @@ To disable and remove a service:
 
     # rm -f /var/service/<service>
 
+To view status of all services for "current" runlevel:
+
+    # sv status /var/service/*
+    
 Feel free to send patches and contribute with improvements and/or new services!