aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 5f975c3bca2577a404409763f17ffff8721040f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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"

SCHEDULE HTTP_Shutdown AT shutdown
{
  LANG: C
} "HTTP daemon shutdown"