2

45日後に特定のアプリを開くためにlaunchd plistを作成していますが、Dayで立ち往生していて、なぜcronがサポートされなくなったのか疑問に思っています。また、.plist ファイルをアンロードしてロードすることで、アプリを開くまでの「カウントダウン」を再開できるかどうかを知りたいですか? ご回答ありがとうございます。

4

1 に答える 1

0

Use StartCalendarInterval in launchd plist file.

StartCalendarInterval This optional key causes the job to be started every calendar interval as specified. Missing arguments are considered to be wildcard. The semantics are much like crontab(5). Unlike cron which skips job invocations when the computer is asleep, launchd will start the job the next time the computer wakes up. If multiple intervals transpire before the computer is woken, those events will be coalesced into one event upon wake from sleep.

于 2013-10-21T12:26:43.623 に答える