wok-current diff fcron/description.txt @ rev 25718
Add miss openssl-3.0.patch for ruby
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Jun 14 18:20:53 2024 +0000 (4 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fcron/description.txt Fri Jun 14 18:20:53 2024 +0000 1.3 @@ -0,0 +1,11 @@ 1.4 +Fcron is a periodical command scheduler which aims at replacing 1.5 +Vixie Cron, so it implements most of its functionalities. 1.6 + 1.7 +But fcron makes no assumptions on whether your system is running 1.8 +all the time or regularly: you can, for instance, tell fcron to 1.9 +execute tasks every x hours y minutes of system up time or to do 1.10 +a job only once in a specified interval of time. 1.11 + 1.12 +Fcron has also much more functionalities: you can also set a nice 1.13 +value to a job, run it depending on the system load average and 1.14 +much more!