Import upstream 2.3.14
[packages/xinetd.git] / contrib / xinetd.d / time-dgram
1 # This is the configuration for the udp/dgram time service. 
2
3 service time
4 {
5 # This is for quick on or off of the service
6         disable         = yes
7
8 # The next attributes are mandatory for all services
9         id              = time-dgram
10         type            = INTERNAL
11         wait            = yes
12         socket_type     = dgram
13 #       protocol        =  socket type is usually enough
14
15 # External services must fill out the following
16 #       user            =
17 #       group           =
18 #       server          =
19 #       server_args     =
20
21 # External services not listed in /etc/services must fill out the next one
22 #       port            =
23
24 # RPC based services must fill out these
25 #       rpc_version     =
26 #       rpc_number      =
27
28 # Logging options
29 #       log_type        =
30 #       log_on_success  =
31 #       log_on_failure  =
32
33 # Networking options
34 #       flags           =
35 #       bind            =
36 #       redirect        =
37 #       v6only          = 
38
39 # Access restrictions
40 #       only_from       =
41 #       no_access       =
42 #       access_times    =
43 #       cps             = 50 10
44 #       instances       = UNLIMITED
45 #       per_source      = UNLIMITED
46 #       max_load        = 0
47 #       deny_time       = 120
48 #       mdns            = yes 
49
50 # Environmental options
51 #       env             =
52 #       passenv         =
53 #       nice            = 0
54 #       umask           = 022
55 #       groups          = yes
56 #       rlimit_as       =
57 #       rlimit_cpu      =
58 #       rlimit_data     =
59 #       rlimit_rss      =
60 #       rlimit_stack    =
61
62 # Banner options. (Banners aren't normally used)
63 #       banner          =
64 #       banner_success  =
65 #       banner_fail     =
66 }
67