# Schedule definitions for thorn httpd # $Header$ SCHEDULE HTTP_Startup AT startup { LANG: C } "HTTP daemon startup" SCHEDULE HTTP_Work AT poststep { LANG: C } "HTTP working routine" if(provide_pages) { SCHEDULE HTTP_ContentWork AT poststep { LANG: C } "HTTP Content Working routine" } SCHEDULE HTTP_Shutdown AT shutdown { LANG: C } "HTTP daemon shutdown"