From: mobinmob Date: Sun, 9 Oct 2022 16:21:08 +0000 (+0300) Subject: /conf: add README.md X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b83143c88db4b9b2bf990467a65de3cf2b6e9d2c;p=avyssos%2Fvoid-66-services.git /conf: add README.md Also: - amend void-66-services-master template to install documentation. --- diff --git a/conf/README.md b/conf/README.md new file mode 100644 index 0000000..ee13a3c --- /dev/null +++ b/conf/README.md @@ -0,0 +1,5 @@ +The conf folder contains: +- documentation in markdown format and +- subdirectories (currently a single one) with configuration examples. + +Τhe docs will be included in the void-66-services package from version 0.3 onwards and are already included in the `void-66-services-master` template that resides under *packaging/*. \ No newline at end of file diff --git a/packaging/void-66-services-master/template b/packaging/void-66-services-master/template index 1dcef97..da4cfca 100644 --- a/packaging/void-66-services-master/template +++ b/packaging/void-66-services-master/template @@ -19,6 +19,10 @@ do_install() { vmkdir usr vcopy usr / chmod +x "${DESTDIR}/usr/share/66/service/dbus/data/check" + vdoc conf/void-66-conf.md + vdoc conf/void-66-logging.md + vdoc conf/void-66-runitsv.md + vdoc conf/void-66-base-system.md vlicense LICENSE vlicense AUTHORS }