From 8549daf91f9ec97fbf63e551afc2bba987dea5b7 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 3 Jun 2015 00:54:54 +0200 Subject: [PATCH] lighttpd: removed systemd support --- srcpkgs/lighttpd/files/lighttpd.service | 12 ------------ srcpkgs/lighttpd/template | 7 +------ 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 srcpkgs/lighttpd/files/lighttpd.service diff --git a/srcpkgs/lighttpd/files/lighttpd.service b/srcpkgs/lighttpd/files/lighttpd.service deleted file mode 100644 index b80db7695b..0000000000 --- a/srcpkgs/lighttpd/files/lighttpd.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=A secure, fast, compliant and very flexible web-server -After=syslog.target network.target - -[Service] -PrivateTmp=true -ExecStart=/usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf -ExecReload=/bin/kill -HUP $MAINPID -KillSignal=SIGINT - -[Install] -WantedBy=multi-user.target diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index 491144b9db..3f998bd2d8 100644 --- a/srcpkgs/lighttpd/template +++ b/srcpkgs/lighttpd/template @@ -1,13 +1,12 @@ # Template file for 'lighttpd' pkgname=lighttpd version=1.4.35 -revision=10 +revision=11 makedepends="libmysqlclient-devel lua-devel libxml2-devel sqlite-devel gdbm-devel pcre-devel libressl-devel fcgi-devel" hostmakedepends="automake pkg-config pcre-devel libtool" conf_files="/etc/lighttpd/lighttpd.conf" system_accounts="lighttpd" lighttpd_homedir="/var/tmp/lighttpd" -build_options="systemd" make_dirs=" /srv/www 0755 root root /var/log/lighttpd 0750 lighttpd lighttpd" @@ -46,8 +45,4 @@ pre_configure() { post_install() { vsv lighttpd vinstall ${FILESDIR}/lighttpd.conf 644 etc/lighttpd - # Install systemd services - if [ "$build_option_systemd" ]; then - vinstall ${FILESDIR}/lighttpd.service 644 usr/lib/systemd/system - fi }