Merge pull request #979 from k00mi/patch-1
Fix vsv description in Manual.md.
This commit is contained in:
commit
a6623c42de
1 changed files with 3 additions and 2 deletions
|
@ -205,9 +205,10 @@ The optional 4th argument can be used to change the `file name`.
|
||||||
`$DESTDIR`. The optional 2nd argument can be used to change the
|
`$DESTDIR`. The optional 2nd argument can be used to change the
|
||||||
`file name`.
|
`file name`.
|
||||||
|
|
||||||
- *vsv()* `vsv <service>
|
- *vsv()* `vsv <service>`
|
||||||
|
|
||||||
Installs `service` from `${FILESDIR}` to /etc/sv. The service must
|
Installs `service` from `${FILESDIR}` to /etc/sv. The service must
|
||||||
be a directory containing a `supervise` link and the at least a run script.
|
be a directory containing at least a `supervise` link and a run script.
|
||||||
For further informations on how to create a new service directory see
|
For further informations on how to create a new service directory see
|
||||||
[The corresponding section the FAQ](http://smarden.org/runit/faq.html#create).
|
[The corresponding section the FAQ](http://smarden.org/runit/faq.html#create).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue