diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-09-17 13:39:30 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-09-19 12:22:14 +0200 |
commit | 33aa4cedff0f8d0a09f80460568c296da8d16d26 (patch) | |
tree | 5631ba6fd383808692ea5074e736d516ee8353ae /README.md | |
parent | a4dddb777777995f70c85a6cbe956faa93b01ee4 (diff) |
Update documentation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. - |