diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-21 12:01:39 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-21 12:01:39 +0100 |
commit | bf878d08ddfb01aaaf6f81ff4592764cd1c0b4ac (patch) | |
tree | f7cc8b6ec19f45dd98bfb94b40952cd3ef0282d9 /README.md | |
parent | dc6358b0e1d0dca85c5d7114973adcff7ed36bfb (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.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |