diff --git a/Manual.md b/Manual.md index a5e99d29fe4..31494036d5e 100644 --- a/Manual.md +++ b/Manual.md @@ -304,7 +304,7 @@ The following functions are defined by `xbps-src` and can be used on any templat `$DESTDIR`. The optional 2nd argument can be used to change the `file name`. See [license](#var_license) for when to use it. -- *vsv()* `vsv ` +- *vsv()* `vsv []` Installs `service` from `${FILESDIR}` to /etc/sv. The service must be a directory containing at least a run script. Note the `supervise` @@ -312,6 +312,11 @@ The following functions are defined by `xbps-src` and can be used on any templat 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). + A `log` sub-service will be automatically created if one does not exist in + `${FILESDIR}/$service`, containing `exec vlogger -t $service -p $facility`. + if a second argument is not specified, the `daemon` facility is used. + For more information about `vlogger` and available values for the facility, + see [vlogger(1)](https://man.voidlinux.org/vlogger.1). - *vsed()* `vsed -i -e `