]> git.pld-linux.org Git - packages/apt-cacher-ng.git/blobdiff - apt-cacher-ng.xinetd
move xinetd config to separate file
[packages/apt-cacher-ng.git] / apt-cacher-ng.xinetd
diff --git a/apt-cacher-ng.xinetd b/apt-cacher-ng.xinetd
new file mode 100644 (file)
index 0000000..547d9a7
--- /dev/null
@@ -0,0 +1,15 @@
+# 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
+}
This page took 0.052184 seconds and 4 git commands to generate.