From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Tue, 14 Aug 2018 16:28:49 +0200 Subject: [Buildroot] [PATCH v2 1/1] lighttpd: Add systemd tmpfile to fix lighttpd systemd boot In-Reply-To: <20180730102416.20507-1-laurent.hartanerot@gmail.com> References: <20180727213514.19361-1-laurent.hartanerot@gmail.com> <20180730102416.20507-1-laurent.hartanerot@gmail.com> Message-ID: <20180814162849.18da535a@windsurf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, On Mon, 30 Jul 2018 12:24:16 +0200, Laurent Hartanerot wrote: > From: Laurent Hartanerot > > Problem starting lighttpd application with systemd. > > /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf > 2018-06-22 11:21:34: (server.c.733) opening errorlog '/var/log/lighttpd-error.log' failed: Permission denied > 2018-06-22 11:21:34: (server.c.1420) Opening errorlog failed. Going down. > > Lighttpd can not write the 'lighttpd-access.log' and 'lighttpd-error.log' files > to the directory '/var/log/'. > > When using systemd the directory '/var/log' does not allow the user www-data to > write. > > To correct the problem, we add /usr/lib/tmpfiles.d/lighttpd.conf. > This file create the 'lighttpd-access.log' and 'lighttpd-error.log' files with > the permission > > > Signed-off-by: Laurent Hartanerot > --- > package/lighttpd/lighttpd.mk | 3 +++ > package/lighttpd/lighttpd_tmpfiles.conf | 2 ++ > 2 files changed, 5 insertions(+) > create mode 100644 package/lighttpd/lighttpd_tmpfiles.conf Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com