Home
last modified time | relevance | path

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

12

/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/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
DREADME65 "crontab kdump.cron", and "./runkdump.sh". If you'd like to start tests
/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.
Dv1.45.5.txt18 Fixed spurious weekly e-mails when e2scrub_all is run via a cron job
/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.in26 CRONTABS = e2scrub_all.cron
79 %.cron: %.cron.in $(DEP_SUBSTITUTE)
117 $(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.c395 // If there is no job for a cron, remove the VAR list. in scan_cronfiles()
487 snprintf(toybuf, sizeof(toybuf), "/var/spool/cron/cron.%s.%d", in sendmail()
551 snprintf(toybuf, sizeof(toybuf), "/var/spool/cron/cron.%s.%d", in execute_jobs()
558 dprintf(mailfd, "To: %s\nSubject: cron: %s\n\n", cfile->mailto, job->cmd); in execute_jobs()
565 char *mailfile = xmprintf("/var/spool/cron/cron.%s.%d", in execute_jobs()
643 if (!TT.crontabs_dir) TT.crontabs_dir = xstrdup("/var/spool/cron/crontabs/"); in crond_main()
/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/node/.github/workflows/
Dclose-stalled.yml4 - cron: "0 0 * * *"
Dauto-start-ci.yml10 - cron: "*/5 * * * *"
Dcommit-queue.yml15 - cron: "*/5 * * * *"
/third_party/curl/.github/workflows/
Dcodeql-analysis.yml14 - cron: '0 0 * * 4'
/third_party/harfbuzz/.github/workflows/
Dcoverity-scan.yml5 - cron: '0 10 * * *' # Daily at 10:00 UTC
/third_party/musl/include/
Dsyslog.h84 { "cron", LOG_CRON }, { "daemon", LOG_DAEMON }, { "ftp", LOG_FTP }, \
/third_party/flutter/skia/third_party/externals/dawn/infra/config/global/
Dluci-scheduler.cfg5 # https://chromium.googlesource.com/infra/luci/luci-go/+/master/scheduler/appengine/messages/cron.p…
/third_party/toybox/toys/posix/
Dlogger.c59 "lpr", "news", "uucp", "cron", "authpriv", "ftp"}; in logger_main()
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h84 { "cron", LOG_CRON }, { "daemon", LOG_DAEMON }, { "ftp", LOG_FTP }, \
/third_party/flutter/skia/third_party/externals/angle2/infra/config/global/
Dluci-scheduler.cfg5 # https://chromium.googlesource.com/infra/luci/luci-go/+/master/scheduler/appengine/messages/cron.p…
/third_party/ltp/testcases/kdump/doc/
DREADME65 "crontab kdump.cron", and "./runkdump.sh". If you'd like to start tests

12