You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/apt-proxy/files/apt-proxy

17 lines
340 B

# default: off
# description: this is a proxy for debian packages.
service apt-proxy
{
type = UNLISTED
port = 9999
protocol = tcp
socket_type = stream
only_from = 0.0.0.0
wait = no
user = apt-proxy
server = /usr/sbin/apt-proxy
server_args = /var/log/apt-proxy.log
disable = yes
}