polipo: remove systemd build option ()

This commit is contained in:
beefcurtains 2015-07-01 08:42:44 +00:00
parent 4daafb4c6c
commit 90f9d900ce
2 changed files with 1 additions and 17 deletions
srcpkgs/polipo

View File

@ -1,11 +0,0 @@
[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

View File

@ -1,8 +1,7 @@
# Template file for 'polipo'
pkgname=polipo
version=1.1.1
revision=3
build_options="systemd"
revision=4
replaces="runit-void<20141013_2"
short_desc="A small and fast caching web proxy"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -23,9 +22,5 @@ do_install() {
# install sample config files
vinstall config.sample 644 usr/share/examples/polipo
vinstall forbidden.sample 644 usr/share/examples/polipo
if [ "$build_option_systemd" ]; then
# systemd service
vinstall ${FILESDIR}/polipo.service 644 usr/lib/systemd/system
fi
vsv polipo
}