Manual.md: document that vsv makes the run script executable

This commit is contained in:
maxice8 2019-01-16 18:07:29 -02:00 committed by Toyam Cox
parent 0bcfb9ad72
commit 9a1ba4b505
1 changed files with 2 additions and 1 deletions

View File

@ -310,7 +310,8 @@ The following functions are defined by `xbps-src` and can be used on any templat
Installs `service` from `${FILESDIR}` to /etc/sv. The service must
be a directory containing at least a run script. Note the `supervise`
symlink will be created automatically by `vsv`.
symlink will be created automatically by `vsv` and that the run script
is automatically made executable by this function.
For further information on how to create a new service directory see
[The corresponding section the FAQ](http://smarden.org/runit/faq.html#create).