Changeset 23353
- Timestamp:
- 09/04/07 15:55:10 (15 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd_core_logic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_core_logic.c
r23347 r23353 2034 2034 } else { 2035 2035 job_watch(j); 2036 2037 /* 2038 * 5455720 2039 * 2040 * Path checking and monitoring is really racy right now. 2041 * We should clean this up post Leopard. 2042 */ 2043 if (job_keepalive(j)) { 2044 job_start(j); 2045 } 2036 2046 } 2037 2047 } else {

