]> git.pld-linux.org Git - packages/apt-cacher-ng.git/blob - apt-cacher-ng.xinetd
move xinetd config to separate file
[packages/apt-cacher-ng.git] / apt-cacher-ng.xinetd
1 # default: off
2 # description: The apt-cacher-ng server.
3 service apt-cacher-ng
4 {
5         disable         = yes
6         socket_type     = stream
7         protocol        = tcp
8         wait            = no
9         user            = root
10         nice            = 10
11         rlimit_as       = 16M
12         server          = /usr/sbin/in.acng
13         only_from       = 127.0.0.1
14         server_args = -c /etc/apt-cacher-ng
15 }
This page took 0.04888 seconds and 3 git commands to generate.