wok diff fcron/description.txt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fcron/description.txt	Sat Oct 01 09:32:27 2022 +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!