upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / tinyproxy / repos / community-x86_64 / systemd.service
blob8e4cc01426a5cb071c8312680a4fbbca6f0a9df0
1 [Unit]
2 Description=Tinyproxy Web Proxy Server
3 After=network.target
5 [Service]
6 Type=forking
7 ExecStart=/usr/bin/tinyproxy -c /etc/tinyproxy/tinyproxy.conf
8 PIDFile=/run/tinyproxy/tinyproxy.pid
9 PrivateDevices=yes
11 [Install]
12 WantedBy=multi-user.target