about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Albietz <inthecloud247@gmail.com>2014-08-24 18:45:02 -0700
committerJohn Albietz <inthecloud247@gmail.com>2014-08-24 18:45:02 -0700
commit16f93575a1af4715c46fe46cdce83a8b962cba84 (patch)
tree413c44d205348b85c933a18c52d2c1104a6978d2 /README.md
parentaf6e5c80db8599ff73a44005f575f9d02a45c685 (diff)
downloadrunit-void-16f93575a1af4715c46fe46cdce83a8b962cba84.tar.gz
runit-void-16f93575a1af4715c46fe46cdce83a8b962cba84.tar.xz
runit-void-16f93575a1af4715c46fe46cdce83a8b962cba84.zip
added sv status command
Diffstat (limited to 'README.md')
-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!