From 1bbc546fac24c3fd52eaf1e3a19748702dcba299 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 5 May 2014 21:37:23 +0200 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9957705..8c74a4f 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ To see available runlevels (default and single, which just runs sulogin): To enable and start a service into the "current" runlevel: - $ ln -s /etc/sv/ /etc/runit/runsvdir/current + # ln -s /etc/sv/ /etc/runit/runsvdir/current To disable and remove a service: - $ rm -f /etc/runit/runsvdir/current/ + # rm -f /etc/runit/runsvdir/current/ Feel free to send patches and contribute with improvements and/or new services! -- cgit 1.4.1