Browse Source

working on crontab job setter

master
poikilos 9 years ago
committed by Jacob Gustafson
parent
commit
381c3244c8
  1. 1
      set-minutely-crontab-job.sh

1
set-minutely-crontab-job.sh

@ -3,6 +3,7 @@
# NOTE: this works only since user is a field on Ubuntu (on some GNU/Linux systems it is not, which is implied by omission at http://www.adminschoice.com/crontab-quick-reference) # NOTE: this works only since user is a field on Ubuntu (on some GNU/Linux systems it is not, which is implied by omission at http://www.adminschoice.com/crontab-quick-reference)
# Minute, Hour, Day of Month, Month (1 to 12), Day of Week # Minute, Hour, Day of Month, Month (1 to 12), Day of Week
# m h dom mon dow user command # m h dom mon dow user command
cd ~ cd ~
MT_CHUNKYMAP_CRON_TMP=mts_cron.tmp MT_CHUNKYMAP_CRON_TMP=mts_cron.tmp
if [! -f "crontab.1st"]; if [! -f "crontab.1st"];

Loading…
Cancel
Save