summaryrefslogtreecommitdiff
path: root/x86_64/polipo/polipo.service
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64/polipo/polipo.service')
-rw-r--r--x86_64/polipo/polipo.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/x86_64/polipo/polipo.service b/x86_64/polipo/polipo.service
new file mode 100644
index 000000000..59aeb9f3b
--- /dev/null
+++ b/x86_64/polipo/polipo.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Polipo Proxy Server
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/polipo daemonise=true logFile="/var/log/polipo.log"
+User=nobody
+
+[Install]
+WantedBy=multi-user.target