Searched full:cron (Results 1 – 25 of 44) sorted by relevance
12
| /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/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
|
| D | README | 65 "crontab kdump.cron", and "./runkdump.sh". If you'd like to start tests
|
| /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.
|
| D | v1.45.5.txt | 18 Fixed spurious weekly e-mails when e2scrub_all is run via a cron job
|
| /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 | 26 CRONTABS = e2scrub_all.cron 79 %.cron: %.cron.in $(DEP_SUBSTITUTE) 117 $(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 | 395 // 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/ |
| 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/node/.github/workflows/ |
| D | close-stalled.yml | 4 - cron: "0 0 * * *"
|
| D | auto-start-ci.yml | 10 - cron: "*/5 * * * *"
|
| D | commit-queue.yml | 15 - cron: "*/5 * * * *"
|
| /third_party/curl/.github/workflows/ |
| D | codeql-analysis.yml | 14 - cron: '0 0 * * 4'
|
| /third_party/harfbuzz/.github/workflows/ |
| D | coverity-scan.yml | 5 - cron: '0 10 * * *' # Daily at 10:00 UTC
|
| /third_party/musl/include/ |
| D | syslog.h | 84 { "cron", LOG_CRON }, { "daemon", LOG_DAEMON }, { "ftp", LOG_FTP }, \
|
| /third_party/flutter/skia/third_party/externals/dawn/infra/config/global/ |
| D | luci-scheduler.cfg | 5 # https://chromium.googlesource.com/infra/luci/luci-go/+/master/scheduler/appengine/messages/cron.p…
|
| /third_party/toybox/toys/posix/ |
| D | logger.c | 59 "lpr", "news", "uucp", "cron", "authpriv", "ftp"}; in logger_main()
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | syslog.h | 84 { "cron", LOG_CRON }, { "daemon", LOG_DAEMON }, { "ftp", LOG_FTP }, \
|
| /third_party/flutter/skia/third_party/externals/angle2/infra/config/global/ |
| D | luci-scheduler.cfg | 5 # https://chromium.googlesource.com/infra/luci/luci-go/+/master/scheduler/appengine/messages/cron.p…
|
| /third_party/ltp/testcases/kdump/doc/ |
| D | README | 65 "crontab kdump.cron", and "./runkdump.sh". If you'd like to start tests
|
12