fcron

{{Primary sources|date=October 2014}}

{{Lowercase title}}

{{Infobox software

| name = fcron

| title = fcron

| logo =

| logo caption =

| logo size =

| logo alt =

| screenshot =

| caption =

| screenshot size =

| screenshot alt =

| collapsible =

| author =

| developer = Thibault Godouet

| released =

| discontinued =

| latest release version = 3.2.1{{cite web

| url = http://fcron.free.fr/download.php

| title = fcron downloads

| accessdate = August 21, 2017

}}

| 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{{cite web | url=https://www.freshports.org/sysutils/fcron/ | title=FreshPorts -- sysutils/Fcron: Periodic command scheduler }}

| platform = POSIX

| size =

| language =

| language count =

| language footnote =

| genre = Command scheduler

| license = GPL v2

| 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.{{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

}}

Some of the supported options permit:

  • 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}}

References

{{Reflist}}