{{Primary sources|date=October 2014}} {{Lowercase title}} {{Infobox software | name = fcron | title = fcron | logo = <!-- Image name is enough --> | logo caption = | logo size = | logo alt = | screenshot = <!-- Image name is enough --> | caption = | screenshot size = | screenshot alt = | collapsible = | author = | developer = Thibault Godouet | released = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} --> | discontinued = | latest release version = 3.2.1<ref name="fcron-downloads">{{cite web | url = http://fcron.free.fr/download.php | title = fcron downloads | accessdate = August 21, 2017 }}</ref> | latest release date = {{Start date and age|2016|06|26}} | latest preview version = 3.3.1 (dev) | latest preview date = {{Start date and age|2021|12|05}} | status = | programming language = C | operating system = Linux, FreeBSD<ref>{{cite web | url=https://www.freshports.org/sysutils/fcron/ | title=FreshPorts -- sysutils/Fcron: Periodic command scheduler }}</ref> | platform = POSIX | size = | language = | language count = <!-- Number only --> | language footnote = | genre = Command scheduler | license = GPL v2<ref name="fcron-downloads" /> | alexa = | website = {{URL|fcron.free.fr}} | standard = | AsOf = }}
'''fcron''' is a computer program with a GNU General Public License (GNU GPL) license that performs periodic command scheduling. It has been developed on Linux and should work on POSIX systems. As with Anacron, it does not assume that the system is running continuously, and can run in systems that do not run all the time or regularly. It aims to replace Vixie-cron and Anacron with a single integrated program, providing many features missing from the original Cron daemon.<ref name="what-is-fcron">{{citation |mode=cs1 |first=Thibault |last=Godouet | url = http://fcron.free.fr/doc/en/readme.html#AEN37 | title = fcron documentation | section = 1.1.1. What is fcron? | date = July 6, 2014 | accessdate = October 26, 2014 }}</ref>
Some of the supported options permit:<ref name="what-is-fcron"/> * run jobs one by one * set the max system load average value under which the job should be run * set a nice value for a job * run jobs at fcron's startup if they should have been run during system down time * mail user to tell them a job has not run and why * run fcron by scripts * run several instances of fcron simultaneously * have fcron exit after it has run the pending jobs
== See also == {{Portal|Free and open-source software}} * Cron * List of Unix commands
== References == {{Reflist}}
== External links == * {{Official website|http://fcron.free.fr}}
{{Unix commands}}
Category:Unix process- and task-management-related software