Contributed by: akira on 2014年11月1日(土) 19:12 JST
Last modified on
(com.apple.emond): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
Open the /private/etc/emond.d/rules/Sample.plist
Change
<key>name</key>
<string>sample rule</string>
<key>enabled</key>
<false/>
To
<key>name</key>
<string>sample rule</string>
<key>enabled</key>
<true/>
The sample rule just logs the startup time for the Event Monitoring daemon, but giving it something to do stops the constant restarts of the daemon.