Categories Apple User Help launchd, how to run a command every 3 minutes, during working hours on a weekday? Post author By Marcia D. Post date February 23, 2021 No Comments on launchd, how to run a command every 3 minutes, during working hours on a weekday? I know cron and that is fairly simple */3 9-17 * * 1-5 myCommand How does one do the same in launchd? Tags I know cron and that is fairly simple */3 9-17 * * 1-5 myCommand How does one do the same in launchd?