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.service5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/polipo/polipo.service b/community/polipo/polipo.service
index a1bdd9aa2..057d1c3c2 100644
--- a/community/polipo/polipo.service
+++ b/community/polipo/polipo.service
@@ -2,9 +2,10 @@
Description=Polipo Proxy Server
[Service]
-ExecStart=/usr/bin/polipo
+Type=oneshot
+ExecStart=/usr/bin/polipo daemonise=true logFile="/var/log/polipo.log"
User=nobody
-ExecReload=/bin/kill -USR1 $MAINPID
+RemainAfterExit=yes
[Install]
WantedBy=multi-user.target