From 68cdc08aec92abf91448a542e06fabbedbb583bf Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Aug 2012 00:04:43 +0000 Subject: Fri Aug 31 00:04:43 UTC 2012 --- community-testing/privoxy/privoxy.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community-testing/privoxy/privoxy.service (limited to 'community-testing/privoxy/privoxy.service') diff --git a/community-testing/privoxy/privoxy.service b/community-testing/privoxy/privoxy.service new file mode 100644 index 000000000..59a8884f9 --- /dev/null +++ b/community-testing/privoxy/privoxy.service @@ -0,0 +1,12 @@ +[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 +SuccessExitStatus=15 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf