Projects
Browse Source     Search     Timeline     Wiki

Changeset 23517

Show
Ignore:
Timestamp:
02/15/08 14:18:10 (10 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5733927> We need mobile user applications to be registered at boot time

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchctl.c

    r23494 r23517  
    14701470        _vproc_set_global_on_demand(true); 
    14711471 
    1472         char *load_launchd_items[] = { "load", "-D", "all", "/etc/mach_init.d", NULL }; 
     1472        char *load_launchd_items[] = { "load", "-D", "all", "/etc/mach_init.d", 
     1473#if TARGET_OS_EMBEDDED 
     1474                "/var/mobile/Library/LaunchAgents", 
     1475#endif 
     1476                NULL }; 
    14731477 
    14741478        if (is_safeboot()) {