OSDN Git Service

/conf: add README.md
authormobinmob <mobinmob@disroot.org>
Sun, 9 Oct 2022 16:21:08 +0000 (19:21 +0300)
committermobinmob <mobinmob@disroot.org>
Sun, 9 Oct 2022 16:26:14 +0000 (19:26 +0300)
Also:
- amend void-66-services-master template to install documentation.

conf/README.md [new file with mode: 0644]
packaging/void-66-services-master/template

diff --git a/conf/README.md b/conf/README.md
new file mode 100644 (file)
index 0000000..ee13a3c
--- /dev/null
@@ -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
index 1dcef97..da4cfca 100644 (file)
@@ -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
 }