summaryrefslogtreecommitdiff
path: root/community/polipo/polipo.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-16 00:02:36 +0000
committerroot <root@rshg054.dnsready.net>2012-08-16 00:02:36 +0000
commit0fc1870f2eadde8cb06004be1cbe8d1a4333aa69 (patch)
tree09ae142c72b3ef3bba14bcd0fbd982446585d894 /community/polipo/polipo.service
parent8f1eb849d6de0031d4d91fb6d8780828b1ba924b (diff)
Thu Aug 16 00:02:36 UTC 2012
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