How do i set up a cronjob in mac os that runs every 15 mins

0

I have a command that gets the utilization status of my infra and it needs to be run every 15mins. how do I set a cronjob for that in Mac OS. I searched for cron.hourly and cron.weekly but could not locate them in my mac. can anyone help me with this?

user922321

Posted 2018-07-12T05:55:36.807

Reputation: 1

Question was closed 2018-07-16T21:55:22.363

Answers

0

In Mac OS has moved from cron towards launchd to perform periodical tasks. Try out the tutorial at alvinalexander.com to archive your goal.

Kevin K.

Posted 2018-07-12T05:55:36.807

Reputation: 178