https://github.com/yo8192/fcron
fcron is an advanced cron for Linux/Unix systems
https://github.com/yo8192/fcron
Last synced: 5 months ago
JSON representation
fcron is an advanced cron for Linux/Unix systems
- Host: GitHub
- URL: https://github.com/yo8192/fcron
- Owner: yo8192
- License: gpl-2.0
- Created: 2019-07-23T17:07:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T15:42:28.000Z (6 months ago)
- Last Synced: 2024-10-20T18:00:34.753Z (6 months ago)
- Language: C
- Homepage: http://fcron.free.fr
- Size: 1.55 MB
- Stars: 134
- Watchers: 5
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - yo8192/fcron - fcron is an advanced cron for Linux/Unix systems (C)
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
```