Skip to content

Commit

Permalink
README: sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan RP committed May 7, 2014
1 parent 466fdad commit fe617f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<service> /etc/runit/runsvdir/current
# ln -s /etc/sv/<service> /var/service

To disable and remove a service:

# rm -f /etc/runit/runsvdir/current/<service>
# rm -f /var/service/<service>

Feel free to send patches and contribute with improvements and/or new services!

0 comments on commit fe617f5

Please sign in to comment.