aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-21 12:01:39 +0100
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-21 12:01:39 +0100
commitbf878d08ddfb01aaaf6f81ff4592764cd1c0b4ac (patch)
treef7cc8b6ec19f45dd98bfb94b40952cd3ef0282d9 /README.md
parentdc6358b0e1d0dca85c5d7114973adcff7ed36bfb (diff)
Remove cron daemon, rewritten and split off into seperate repo
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2ddf025..bf76487 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
# About
This directory contains the source code for a tiny service supervision
-framework devised for the Pygos system, consisting of an init daemon,
-a _definitely_ non standards compliant cron implementation and various
-command line utilities.
+framework devised for the Pygos system, consisting of an init daemon and
+accompanying command line utilities.
The programs of this package are developed first and foremost for GNU/Linux
@@ -46,8 +45,6 @@ command line tools.
See [docs/services.md](docs/services.md) for more information on service
description files.
-See [docs/gcron.md](docs/gcron.md) for details on the cron implementation.
-
## Why