diff options
Diffstat (limited to 'time/anacron/DESCR')
-rw-r--r-- | time/anacron/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/time/anacron/DESCR b/time/anacron/DESCR new file mode 100644 index 00000000000..d75666aa17d --- /dev/null +++ b/time/anacron/DESCR @@ -0,0 +1,7 @@ +Anacron is a periodic command scheduler. It executes commands at intervals +specified in days. Unlike cron, it does not assume that the system is running +continuously. It can therefore be used to control the execution of daily, +weekly and monthly jobs (or anything with a period of n days), on systems that +do not run 24 hours a day. When installed and configured properly, Anacron +will make sure that the commands are run at the specified intervals as closely +as machine-uptime permits. |