Home
last modified time | relevance | path

Searched full:cron (Results 1 – 25 of 67) sorted by relevance

123

/third_party/ltp/testcases/commands/logrotate/
Dlogrotate_tests.sh41 # 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/
Ddriver.sh35 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/
Drunkdump.sh13 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/
Dfuzzing.md15cron-linux-clang-rel-x64](https://ci.chromium.org/p/dawn/builders/ci/cron-linux-clang-rel-x64) whi…
/third_party/e2fsprogs/doc/RelNotes/
Dv1.45.4.txt22 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
Dv1.45.2.txt9 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/
Ddaemonlib.sh39 # 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/
DMakefile.in27 CRONTABS = e2scrub_all.cron
80 %.cron: %.cron.in $(DEP_SUBSTITUTE)
118 $(INSTALL_DATA) e2scrub_all.cron $(DESTDIR)$(CROND_DIR)/e2scrub_all ; \
De2scrub.conf.in4 # (either via cron or via a systemd timer)
De2scrub_all.in91 # 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/
De2croncheck3 # 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/
Dcrond.c398 // 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/
Dluci-milo.cfg74 name: "buildbucket/luci.dawn.ci/cron-linux-clang-rel-x64"
75 category: "cron|linux|clang|rel"
Dluci-scheduler.cfg8 id: "cron-linux-clang-rel-x64"
15 builder: "cron-linux-clang-rel-x64"
/third_party/grpc/tools/gcp/github_stats_tracking/
Dcron.yaml1 cron:
/third_party/flutter/skia/third_party/externals/harfbuzz/.ci/
Dtrigger-coverity.sh6 if test x"$TRAVIS_EVENT_TYPE" != x"cron"; then exit; fi
/third_party/typescript_eslint/.github/workflows/
Dlock.yml5 - cron: "0 0 * * *"
/third_party/typescript/.github/workflows/
Dtwoslash-repros.yaml8 - cron: '0 8 * * *'
Dnightly.yaml5 - cron: '0 7 * * *'
Dupdate-package-lock.yaml7 - cron: '0 6 * * *'
Dcodeql.yml7 - cron: '0 19 * * 0'
/third_party/flatbuffers/.github/workflows/
Dstale.yml5 - cron: "30 20 * * *"
/third_party/curl/.github/workflows/
Dcodeql-analysis.yml14 - cron: '0 0 * * 4'
/third_party/ltp/testcases/kernel/mce-test/doc/cases/
Dsoft-inj_poll_ucr.txt5 + Disable mcelog cron job
/third_party/json/.github/workflows/
Dcodeql-analysis.yml10 - cron: '0 19 * * 1'

123