exherbo-denkn/packages/net-proxy/tinyproxy/files/systemd/tinyproxy.service

11 lines
261 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Tinyproxy is a light-weight HTTP proxy daemon for POSIX operating systems.
After=network.target
[Service]
PIDFile=/var/run/tinyproxy/tinyproxy.pid
ExecStart=/usr/sbin/tinyproxy -c /etc/tinyproxy.conf -d
2012-09-28 18:06:10 +02:00
[Install]
WantedBy=multi-user.target