diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-07-05 22:43:43 +0200 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-07-05 22:43:43 +0200 |
commit | 17d004d52b1e5d6af39f2c55613c90c25b1dea84 (patch) | |
tree | 27ce091b94f14e2ae645e913efc7dbe45321c46a /.openshift/cron/weekly/README | |
parent | a74631b55456bdbe24594bfc40c6e12bfa44c196 (diff) | |
parent | d94e61a7b627381715751fb6cb6c0cecf7ece3f9 (diff) | |
download | volse-hubzilla-17d004d52b1e5d6af39f2c55613c90c25b1dea84.tar.gz volse-hubzilla-17d004d52b1e5d6af39f2c55613c90c25b1dea84.tar.bz2 volse-hubzilla-17d004d52b1e5d6af39f2c55613c90c25b1dea84.zip |
Merge remote-tracking branch 'openshift/master'
Diffstat (limited to '.openshift/cron/weekly/README')
-rw-r--r-- | .openshift/cron/weekly/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.openshift/cron/weekly/README b/.openshift/cron/weekly/README new file mode 100644 index 000000000..7c3e659fe --- /dev/null +++ b/.openshift/cron/weekly/README @@ -0,0 +1,16 @@ +Run scripts or jobs on a weekly basis +===================================== +Any scripts or jobs added to this directory will be run on a scheduled basis +(weekly) using run-parts. + +run-parts ignores any files that are hidden or dotfiles (.*) or backup +files (*~ or *,) or named *.{rpmsave,rpmorig,rpmnew,swp,cfsaved} and handles +the files named jobs.deny and jobs.allow specially. + +In this specific example, the chronograph script is the only script or job file +executed on a weekly basis (due to white-listing it in jobs.allow). And the +README and chrono.dat file are ignored either as a result of being black-listed +in jobs.deny or because they are NOT white-listed in the jobs.allow file. + +For more details, please see ../README.cron file. + |