summaryrefslogtreecommitdiff
path: root/community-testing/polipo/polipo.service
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/polipo/polipo.service')
-rw-r--r--community-testing/polipo/polipo.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/community-testing/polipo/polipo.service b/community-testing/polipo/polipo.service
new file mode 100644
index 000000000..a1bdd9aa2
--- /dev/null
+++ b/community-testing/polipo/polipo.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Polipo Proxy Server
+
+[Service]
+ExecStart=/usr/bin/polipo
+User=nobody
+ExecReload=/bin/kill -USR1 $MAINPID
+
+[Install]
+WantedBy=multi-user.target