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