aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-09-17 13:39:30 +0200
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-09-19 12:22:14 +0200
commit33aa4cedff0f8d0a09f80460568c296da8d16d26 (patch)
tree5631ba6fd383808692ea5074e736d516ee8353ae /README.md
parenta4dddb777777995f70c85a6cbe956faa93b01ee4 (diff)
Update documentation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index c36ea8b..06ba004 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
This directory contains the source code for a tiny service supervision
framework devised for the Pygos system, consisting of an init daemon,
-a small syslog daemon and various command line utilities.
+a small syslog daemon, a _definitely_ non standards compliant cron
+implementation and various command line utilities.
The individual parts of the framework are designed to be independent of
each other (for instance, the tiny syslogd is intended to work with *any*
@@ -62,6 +63,8 @@ services and configuration provided with this package.
See [docs/usyslogd.md](docs/usyslogd.md) for details on the tiny syslog
implementation.
+See [docs/gcron.md](docs/gcron.md) for details on the cron implementation.
+
## Why
@@ -110,4 +113,3 @@ that have been considered include:
Nice and simple. Probably the best fit if the rest of your user space is
busybox as well.
-