summaryrefslogtreecommitdiff
path: root/community/polipo/polipo.service
blob: 057d1c3c2126873ddc1be9f2305b6218bd4e7a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Polipo Proxy Server

[Service]
Type=oneshot
ExecStart=/usr/bin/polipo daemonise=true logFile="/var/log/polipo.log"
User=nobody
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target