Loading package/lighttpd/lighttpd.mk +11 −2 Original line number Diff line number Diff line Loading @@ -87,13 +87,22 @@ endef LIGHTTPD_POST_INSTALL_TARGET_HOOKS += LIGHTTPD_INSTALL_CONFIG define LIGHTTPD_INSTALL_INIT_SCRIPT define LIGHTTPD_INSTALL_INIT_SYSV [ -f $(TARGET_DIR)/etc/init.d/S50lighttpd ] || \ $(INSTALL) -D -m 755 package/lighttpd/S50lighttpd \ $(TARGET_DIR)/etc/init.d/S50lighttpd endef LIGHTTPD_POST_INSTALL_TARGET_HOOKS += LIGHTTPD_INSTALL_INIT_SCRIPT define LIGHTTPD_INSTALL_INIT_SYSTEMD [ -f $(TARGET_DIR)/etc/systemd/system/lighttpd.service ] || \ $(INSTALL) -D -m 755 package/lighttpd/lighttpd.service \ $(TARGET_DIR)/etc/systemd/system/lighttpd.service mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants ln -fs ../lighttpd.service \ $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/lighttpd.service endef define LIGHTTPD_UNINSTALL_TARGET_CMDS $(RM) $(TARGET_DIR)/usr/sbin/lighttpd Loading package/lighttpd/lighttpd.service 0 → 100644 +10 −0 Original line number Diff line number Diff line [Unit] Description=Lighttpd Web Server After=network.target [Service] ExecStart=/usr/sbin/lighttpd-angel -f /etc/lighttpd/lighttpd.conf -D ExecReload=/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target Loading
package/lighttpd/lighttpd.mk +11 −2 Original line number Diff line number Diff line Loading @@ -87,13 +87,22 @@ endef LIGHTTPD_POST_INSTALL_TARGET_HOOKS += LIGHTTPD_INSTALL_CONFIG define LIGHTTPD_INSTALL_INIT_SCRIPT define LIGHTTPD_INSTALL_INIT_SYSV [ -f $(TARGET_DIR)/etc/init.d/S50lighttpd ] || \ $(INSTALL) -D -m 755 package/lighttpd/S50lighttpd \ $(TARGET_DIR)/etc/init.d/S50lighttpd endef LIGHTTPD_POST_INSTALL_TARGET_HOOKS += LIGHTTPD_INSTALL_INIT_SCRIPT define LIGHTTPD_INSTALL_INIT_SYSTEMD [ -f $(TARGET_DIR)/etc/systemd/system/lighttpd.service ] || \ $(INSTALL) -D -m 755 package/lighttpd/lighttpd.service \ $(TARGET_DIR)/etc/systemd/system/lighttpd.service mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants ln -fs ../lighttpd.service \ $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/lighttpd.service endef define LIGHTTPD_UNINSTALL_TARGET_CMDS $(RM) $(TARGET_DIR)/usr/sbin/lighttpd Loading
package/lighttpd/lighttpd.service 0 → 100644 +10 −0 Original line number Diff line number Diff line [Unit] Description=Lighttpd Web Server After=network.target [Service] ExecStart=/usr/sbin/lighttpd-angel -f /etc/lighttpd/lighttpd.conf -D ExecReload=/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target