Misplaced Pages

fcron

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources.
Find sources: "Fcron" – news · newspapers · books · scholar · JSTOR (October 2014) (Learn how and when to remove this message)
fcron
Developer(s)Thibault Godouet
Stable release3.2.1 / June 26, 2016; 8 years ago (2016-06-26)
Preview release3.3.1 (dev) / December 5, 2021; 3 years ago (2021-12-05)
Repository
Written inC
Operating systemLinux, FreeBSD
PlatformPOSIX
TypeCommand scheduler
LicenseGPL v2
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.

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

References

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

External links

Unix command-line interface programs and shell builtins
File system
Processes
User environment
Text processing
Shell builtins
Searching
Documentation
Software development
Miscellaneous
Category:
fcron Add topic