about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-25 09:20:35 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-25 09:20:35 +0200
commit2c75a3b8c8335a174a89e91d6437277a46a69924 (patch)
tree413c44d205348b85c933a18c52d2c1104a6978d2
parentaf6e5c80db8599ff73a44005f575f9d02a45c685 (diff)
parent16f93575a1af4715c46fe46cdce83a8b962cba84 (diff)
downloadrunit-void-2c75a3b8c8335a174a89e91d6437277a46a69924.tar.gz
runit-void-2c75a3b8c8335a174a89e91d6437277a46a69924.tar.xz
runit-void-2c75a3b8c8335a174a89e91d6437277a46a69924.zip
Merge pull request #7 from inthecloud247/patch-1
added sv status command example
-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!