# default: off
# description: The apt-cacher-ng server.
service apt-cacher-ng
{
	disable		= yes
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= root
	nice		= 10
	rlimit_as	= 16M
	server		= /usr/sbin/in.acng
	only_from	= 127.0.0.1
	server_args = -c /etc/apt-cacher-ng
}
