aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/lighttpd/lighttpd_openstack.inc
blob: 73cc86a89921f4a26f4cb354bd95d79105160b61 (plain)
1
2
3
do_install:append() {
	sed -i '2i port=`grep "^server.port" /etc/lighttpd.conf`; if [ -z $port ]; then echo "server port not configured, not running lighttpd..."; exit 0; fi' ${D}/etc/init.d/lighttpd
}