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: about 1 year ago
JSON representation

Another implementation of cron for SLS Linux and other systems

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)