summaryrefslogtreecommitdiff
path: root/community/polipo/polipo.service
blob: a4c0f6d948b437f54f187526e56f23a793dd0a4d (plain)
1
2
3
4
5
6
7
8
9
10
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