From 8c031993c0d50eacf30640b78dcd6c982cedc870 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 17 Feb 2015 16:23:39 +0100 Subject: [PATCH] Manual.md: document vsv() properly. --- Manual.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index af4175b6a89..60803996838 100644 --- a/Manual.md +++ b/Manual.md @@ -208,7 +208,8 @@ The optional 4th argument can be used to change the `file name`. - *vsv()* `vsv ` Installs `service` from `${FILESDIR}` to /etc/sv. The service must - be a directory containing at least a `supervise` link and a run script. + be a directory containing at least a run script. Note the `supervise` + symlink will be created automatically by `vsv`. For further informations on how to create a new service directory see [The corresponding section the FAQ](http://smarden.org/runit/faq.html#create).