Searched full:cron (Results 1 – 25 of 67) sorted by relevance
123
| /third_party/ltp/testcases/commands/logrotate/ |
| D | logrotate_tests.sh | 41 # cron job. 120 tst_resm TINFO "CLEAN: removing all cron jobs." 252 # - run logrotate in a cron job that runs every minute. 288 # create logrotate cron job. 289 cat >$LTPTMP/tst_logrotate.cron <<EOF 293 chmod 777 $LTPTMP/tst_logrotate.cron > /dev/null 2>&1 295 tst_resm TINFO "Test #2: Installing cron job to run logrotate" 296 crontab $LTPTMP/tst_logrotate.cron > $LTPTMP/tst_logrotate.out 2>&1 || RC=$? 307 # cron job to increase the log file size. 308 cat >$LTPTMP/tst_addtolog.cron <<EOF [all …]
|
| /third_party/ltp/testcases/kernel/mce-test/drivers/kdump/ |
| D | driver.sh | 35 cat <<EOF > $WDIR/kdump.cron 42 crontab $WDIR/kdump.cron 44 echo "Enable cron daemon by default." 47 cron=crond 50 cron=cron 55 /sbin/chkconfig "${cron}" on 59 /sbin/update-rc.d "${cron}" defaults
|
| /third_party/ltp/testcases/kdump/ |
| D | runkdump.sh | 13 cat <<EOF >kdump.cron 20 crontab kdump.cron 22 echo "Enable cron daemon by default." 25 cron=crond 28 cron=cron 33 /sbin/chkconfig "${cron}" on 37 /sbin/update-rc.d "${cron}" defaults
|
| /third_party/skia/third_party/externals/dawn/docs/ |
| D | fuzzing.md | 15 …cron-linux-clang-rel-x64](https://ci.chromium.org/p/dawn/builders/ci/cron-linux-clang-rel-x64) whi…
|
| /third_party/e2fsprogs/doc/RelNotes/ |
| D | v1.45.4.txt | 22 Fix e2scrub_all cron script so it checks to make sure e2scrub_all 23 exists, since the crontab and cron script might stick around after the 29 Avoid spurious lvm warnings when e2scrub_all is run out of cron on
|
| D | v1.45.2.txt | 9 Fixed various problems with how e2scrub_all is run from cron, when not 26 Fixed "make install" failure when the cron.d directory does not exist.
|
| /third_party/ltp/testcases/lib/ |
| D | daemonlib.sh | 39 # Check to see if cron or crond exists 43 elif command -v cron >/dev/null 2>&1; then 44 CROND_DAEMON="cron"
|
| /third_party/e2fsprogs/scrub/ |
| D | Makefile.in | 27 CRONTABS = e2scrub_all.cron 80 %.cron: %.cron.in $(DEP_SUBSTITUTE) 118 $(INSTALL_DATA) e2scrub_all.cron $(DESTDIR)$(CROND_DIR)/e2scrub_all ; \
|
| D | e2scrub.conf.in | 4 # (either via cron or via a systemd timer)
|
| D | e2scrub_all.in | 91 # close file descriptor 3 (from cron) since it causes lvm to kvetch 96 # when e2scrub_all is run out of cron or a systemd timer.
|
| /third_party/e2fsprogs/contrib/ |
| D | e2croncheck | 3 # e2croncheck -- run e2fsck automatically out of /etc/cron.weekly 7 # or so by the cron daemon to check a mounted filesystem (normally
|
| /third_party/toybox/toys/pending/ |
| D | crond.c | 398 // If there is no job for a cron, remove the VAR list. in scan_cronfiles() 489 snprintf(toybuf, sizeof(toybuf), "/var/spool/cron/cron.%s.%d", in sendmail() 553 snprintf(toybuf, sizeof(toybuf), "/var/spool/cron/cron.%s.%d", in execute_jobs() 560 dprintf(mailfd, "To: %s\nSubject: cron: %s\n\n", cfile->mailto, job->cmd); in execute_jobs() 567 char *mailfile = xmprintf("/var/spool/cron/cron.%s.%d", in execute_jobs() 645 if (!TT.crontabs_dir) TT.crontabs_dir = xstrdup("/var/spool/cron/crontabs/"); in crond_main()
|
| /third_party/skia/third_party/externals/dawn/infra/config/global/generated/ |
| D | luci-milo.cfg | 74 name: "buildbucket/luci.dawn.ci/cron-linux-clang-rel-x64" 75 category: "cron|linux|clang|rel"
|
| D | luci-scheduler.cfg | 8 id: "cron-linux-clang-rel-x64" 15 builder: "cron-linux-clang-rel-x64"
|
| /third_party/grpc/tools/gcp/github_stats_tracking/ |
| D | cron.yaml | 1 cron:
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/.ci/ |
| D | trigger-coverity.sh | 6 if test x"$TRAVIS_EVENT_TYPE" != x"cron"; then exit; fi
|
| /third_party/typescript_eslint/.github/workflows/ |
| D | lock.yml | 5 - cron: "0 0 * * *"
|
| /third_party/typescript/.github/workflows/ |
| D | twoslash-repros.yaml | 8 - cron: '0 8 * * *'
|
| D | nightly.yaml | 5 - cron: '0 7 * * *'
|
| D | update-package-lock.yaml | 7 - cron: '0 6 * * *'
|
| D | codeql.yml | 7 - cron: '0 19 * * 0'
|
| /third_party/flatbuffers/.github/workflows/ |
| D | stale.yml | 5 - cron: "30 20 * * *"
|
| /third_party/curl/.github/workflows/ |
| D | codeql-analysis.yml | 14 - cron: '0 0 * * 4'
|
| /third_party/ltp/testcases/kernel/mce-test/doc/cases/ |
| D | soft-inj_poll_ucr.txt | 5 + Disable mcelog cron job
|
| /third_party/json/.github/workflows/ |
| D | codeql-analysis.yml | 10 - cron: '0 19 * * 1'
|
123