Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/yo8192/fcron

fcron is an advanced cron for Linux/Unix systems
https://github.com/yo8192/fcron

Last synced: 6 days ago
JSON representation

fcron is an advanced cron for Linux/Unix systems

Lists

README

        

See http://fcron.free.fr/ and http://fcron.free.fr/doc/en/.
The up-to-date documentation is also available at https://yo8192.github.io/fcron/.

Alternatively, if you downloaded fcron as a tarball, see:
* readme.txt in directory doc/en/txt/
* or readme.html in directory doc/en/HTML/.

If you cloned the git repo, you first need to build the documentation.
On a Debian based system:
```
$ sudo apt install -y docbook docbook-xsl docbook-xml docbook-utils manpages-dev
$ autoconf
$ ./configure # optionally, use: --without-sendmail
$ make updatedoc
```