outline of the missing doc sections

This commit is contained in:
Daniel Barlow
2023-09-17 16:55:07 +01:00
parent dece70b336
commit 17035ca3b7
4 changed files with 368 additions and 0 deletions

View File

@@ -140,3 +140,18 @@ the `oneshot` or `longrun` functions:
Services may have dependencies: as you see above in the ``cowsayd``
example, it depends on some service called ``config.services.lan``,
meaning that it won't be started until that other service is up.
..
TODO: explain service outputs
..
TODO: outputs that change, and services that poll other services
Module implementation
*********************
..
TODO: make your own modules
* how a module exposes services
* defining types