Table of Contents
Special Considerations with <appinit> and plugins
Note that the fuseaction specified in <appinit> executes outside the normal fuseaction lifecycle: no plugins are executed as part of the application initialization. The <appinit> fuseaction must therefore not depend on any plugin behavior. However, this allows any and all of the plugin points to safely depend on code that is executed as part of application startup.
