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-proxy/tinyproxy/files/tinyproxy.service

10 lines
172 B

[Unit]
Description=Tinyproxy Web Proxy Server
After=network.target
[Service]
ExecStart=/usr/sbin/tinyproxy -d -c /etc/tinyproxy.conf
[Install]
WantedBy=multi-user.target