Change 31304

tom_tyler (C. Thomas Tyler)
C. Thomas Tyler committed this change into //guest/perforce_software/sdp/dev/Server/Unix/p4/common/etc/cron.d
Request Review
Download .zip
Corrected '*/60 * * * *' entries in crontab to be "0 * * * *'.
 This has the same
meaning (run every hour), but uses valid syntax that works across Linux distros.
The */60 syntax, while technically invalid, is interpreted as intended on RHEL/Rocky
and Ubuntu distros, but is rejected as invalid on SuSE Linux (where it is righteously
rejected).  Replacing '*/60' with '0' has the same symantic mealing but uses a
syntax valid across platforms.
  • Files 1
  • Comments 0
1 edited 0 added 0 deleted
template.crontab.combined#11
Loading...
Tip: Use n and p to cycle through the changes.