summarylogtreecommitdiffstats
path: root/tinyproxy.service
blob: aea1d32fe95c0284acfd1c38d0a56ddca558f8b4 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Tinyproxy Web Proxy Server
After=network.target

[Service]
Type=forking
ExecStart=/usr/sbin/tinyproxy -c /etc/tinyproxy/tinyproxy.conf

[Install]
WantedBy=multi-user.target