summaryrefslogtreecommitdiff
path: root/community/privoxy/privoxy.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/privoxy/privoxy.service')
-rw-r--r--community/privoxy/privoxy.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/privoxy/privoxy.service b/community/privoxy/privoxy.service
new file mode 100644
index 000000000..db0f43012
--- /dev/null
+++ b/community/privoxy/privoxy.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Privoxy Web Proxy With Advanced Filtering Capabilities
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/privoxy.pid
+ExecStart=/usr/sbin/privoxy --pidfile /run/privoxy.pid --user privoxy.privoxy /etc/privoxy/config
+
+[Install]
+WantedBy=multi-user.target