diff options
author | Laurent Hartanerot <laurent.hartanerot@atos.net> | 2018-07-30 12:24:16 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-14 16:27:58 +0200 |
commit | 7c2eb68cac14ea1281cfaca6ab81f63e72bc8016 (patch) | |
tree | 6b4aa1b1137c1db6bb80f59e362d5990f35ba09a /package/python-django/Config.in | |
parent | 1f3f1fb8c7324c9a50383b1cafcbd2f9d74a91f9 (diff) | |
download | buildroot-7c2eb68cac14ea1281cfaca6ab81f63e72bc8016.tar.gz buildroot-7c2eb68cac14ea1281cfaca6ab81f63e72bc8016.zip |
lighttpd: Add systemd tmpfile to fix lighttpd systemd boot
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 <laurent.hartanerot@atos.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-django/Config.in')
0 files changed, 0 insertions, 0 deletions