first commit

This commit is contained in:
dev-chiefworks
2022-05-31 16:21:53 -04:00
commit f76abffdcd
5978 changed files with 1078901 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# use /bin/bash to run commands, no matter what /etc/passwd says
SHELL=/bin/bash
# mail any output to `paul', no matter whose crontab this is
MAILTO=olu@float.sg
# run five minutes after midnight, every day
5 0 * * * /home/savvy/backup.sh
*/1 * * * * (cd /home/savvy/savvy/adminsavvy/CRONS/ && php -f account_record_import.php)
*/2 * * * * (cd /home/savvy/savvy/adminsavvy/CRONS/ && php -f decision_generator.php)
*/60 * * * * (cd /home/savvy/savvy/adminsavvy/CRONS/ && php -f member_tracking_duration.php)
*/2 * * * * (cd /home/savvy/savvy/adminsavvy/CRONS/ && php -f account_audit.php)
*/2 * * * * (cd /home/savvy/savvy/adminsavvy/CRONS/ && php -f points_audit.php)
*/5 * * * * (cd /home/savvy/savvy/adminsavvy/CRONS/ && php -f gps_parsedemail_item_sync.php)
*/60 * * * * (cd /home/savvy/savvy/adminsavvy/CRONS/ && php -f gps_parsedemail_item_sync_skipped.php)