fcron

From Wikipedia, the free encyclopedia
fcron
Developer(s)Thibault Godouet
Stable release
3.2.1[1] / June 26, 2016; 7 years ago (2016-06-26)
Preview release
3.3.0 (dev) / August 14, 2016; 7 years ago (2016-08-14)
Repository
Written inC
Operating systemLinux, FreeBSD[2]
PlatformPOSIX
TypeCommand scheduler
LicenseGPL v2[1]
Websitefcron.free.fr

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.[3]

Some of the supported options permit:[3]

  • 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[edit]

References[edit]

  1. ^ a b "fcron downloads". Retrieved August 21, 2017.
  2. ^ "FreshPorts -- sysutils/Fcron: Periodic command scheduler".
  3. ^ a b Godouet, Thibault (July 6, 2014). "1.1.1. What is fcron?". fcron documentation. Retrieved October 26, 2014.

External links[edit]