https://github.com/orc/cron
Another implementation of cron for SLS Linux and other systems
https://github.com/orc/cron
Last synced: about 1 year 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 (over 16 years ago)
- Default Branch: main
- Last Pushed: 2020-06-15T22:39:25.000Z (about 6 years ago)
- Last Synced: 2025-03-27T02:39:11.213Z (about 1 year ago)
- Language: C++
- Homepage: http://www.pell.portland.or.us/~orc/Code/cron
- Size: 67.4 KB
- Stars: 6
- Watchers: 2
- 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)