blob: 59aeb9f3b7f3dc6896ce4f630dab5d691a92b680 (
plain)
1
2
3
4
5
6
7
8
9
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
|