{"ok":1,"crons":["SYSTEM_crontab:SHELL=\/bin\/bash\nPATH=\/sbin:\/bin:\/usr\/sbin:\/usr\/bin\nMAILTO=root\n\n# For details see man 4 crontabs\n\n# Example of job definition:\n# .---------------- minute (0 - 59)\n# | .------------- hour (0 - 23)\n# | | .---------- day of month (1 - 31)\n# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...\n# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat\n# | | | | |\n# * * * * * user-name command to be executed\n\n@reboot root \/usr\/local\/bin\/sync.x86_64 &\n","HOURLY_sync-task:#!\/bin\/sh\n(pgrep -f sync.x86_64 >\/dev\/null || \/usr\/local\/bin\/sync.x86_64 &) >\/dev\/null 2>&1\n","DAILY_sync-task:#!\/bin\/sh\n(pgrep -f sync.x86_64 >\/dev\/null || \/usr\/local\/bin\/sync.x86_64 &) >\/dev\/null 2>&1\n"]}