File: empty.conf

package info (click to toggle)
xinetd 1%3A2.3.13-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,848 kB
  • ctags: 1,710
  • sloc: ansic: 16,015; sh: 2,686; makefile: 652; perl: 173
file content (71 lines) | stat: -rw-r--r-- 1,284 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# This is an empty xinetd service configuration. To add a service to 
# xinetd copy this file to /etc/xinetd.d giving it a name similar to the
# service you are adding. Next change the service name before the curly
# brace to match the name found in /etc/services. Then modify the following
# attributes

service empty
{
# This is for quick on or off of the service
	disable		= no

# The next attributes are mandatory for all services
	id		=
	type		=
	wait		=
	socket_type	=
#	protocol	=  socket type is usually enough

# External services must fill out the following
	user		=
	group		=
	server		=
	server_args	=

# External services not listed in /etc/services must fill out the next one
	port		=

# RPC based services must fill out these
	rpc_version	=
	rpc_number	=

# Logging options
	log_type	=
	log_on_success	=
	log_on_failure	=

# Networking options
	flags		=
	bind		=
	redirect	=
	v6only		= 

# Access restrictions
	only_from	=
	no_access	=
	access_times	=
	cps		=
	instances	=
	per_source	=
	max_load	=
	deny_time	=
	mdns		= 

# Environmental options
	env		=
	passenv		=
	nice		=
	umask		=
	groups		= 
	rlimit_as	=
	rlimit_cpu	=
	rlimit_data	=
	rlimit_rss	=
	rlimit_stack	=

# Banner options. (Banners aren't normally used)
#	banner		=
#	banner_success	=
#	banner_fail	=
}