|
@@ -96,6 +96,9 @@ define LIGHTTPD_INSTALL_INIT_SYSTEMD
|
|
|
|
|
|
ln -fs ../../../../usr/lib/systemd/system/lighttpd.service \
|
|
ln -fs ../../../../usr/lib/systemd/system/lighttpd.service \
|
|
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/lighttpd.service
|
|
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/lighttpd.service
|
|
|
|
+
|
|
|
|
+ $(INSTALL) -D -m 644 package/lighttpd/lighttpd_tmpfiles.conf \
|
|
|
|
+ $(TARGET_DIR)/usr/lib/tmpfiles.d/lighttpd.conf
|
|
endef
|
|
endef
|
|
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(autotools-package))
|