From Fedora Project Wiki

No edit summary
(crond is a thing in Fedora.)
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{header|docs}}
== BIND 9.10 ==


== rngd ==
The Berkeley Internet Name Domain (BIND) has been updated to version 9.10. This version adds IPv6 listening by default. It also unifies external and internal libraries so that external applications can use the same libraries as BIND daemons. The version 3 XML schema, which provides faster parsing, is no longer optional.


Random number generation is improved by enabling rngd by default.
== Scheduled Tasks ==
Fedora uses `chronie` for execution of scheduled tasks using the `chrond` service.  Packages may drop files into '''/etc/cron.d/''' to add a task, or a user can add a task using the `crontab` utility.


== SysV to systemd ==
To learn about using cron jobs, refer to:
 
Additional SystemV init scripts are migrated to systemd unit files to improve readability and boot times.
* `man 1 crontab`
 
* `man 5 crontab`
== Expanding the admin toolkit with procps-ng ==
* `man 8 cron`
Fedora 18 brings the migration of legacy procps tools to procps-ng. This provides better maintainability, expanded functionality, and better compatibility with scripts ran on other distributions. Users should consult the documentation in /usr/share/doc/procps-* for more information.
* `man 8 crond`
* https://docs.fedoraproject.org/sysadmin-guide


[[Category:Docs Project]]
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]

Revision as of 20:09, 22 March 2015

BIND 9.10

The Berkeley Internet Name Domain (BIND) has been updated to version 9.10. This version adds IPv6 listening by default. It also unifies external and internal libraries so that external applications can use the same libraries as BIND daemons. The version 3 XML schema, which provides faster parsing, is no longer optional.

Scheduled Tasks

Fedora uses chronie for execution of scheduled tasks using the chrond service. Packages may drop files into /etc/cron.d/ to add a task, or a user can add a task using the crontab utility.

To learn about using cron jobs, refer to: