Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orc/cron
Another implementation of cron for SLS Linux and other systems
https://github.com/orc/cron
Last synced: 5 days ago
JSON representation
Another implementation of cron for SLS Linux and other systems
- Host: GitHub
- URL: https://github.com/orc/cron
- Owner: Orc
- License: other
- Created: 2010-03-12T08:10:44.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2020-06-15T22:39:25.000Z (over 4 years ago)
- Last Synced: 2024-11-10T07:41:15.439Z (2 months ago)
- Language: C++
- Homepage: http://www.pell.portland.or.us/~orc/Code/cron
- Size: 67.4 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
CRON is a small cron daemon (& crontab program) for UN*X-style systems
that is almost, but not quite, posixish.CRON is free software; it is released under a BSD-style license
that allows you to do as you wish with it as long as you don't attempt
to claim it as your own work.Most of the programs included in the CRON distribution have
manual pages describing how they work.To install cron, do
./configure.sh (./configure.sh --help explains options)
make
make install (as root)