|
@@ -24,4 +24,12 @@ define TINYHTTPD_INSTALL_INIT_SYSV
|
|
|
$(TARGET_DIR)/etc/init.d/S85tinyhttpd
|
|
|
endef
|
|
|
|
|
|
+define TINYHTTPD_INSTALL_INIT_SYSTEMD
|
|
|
+ $(INSTALL) -D -m 644 package/tinyhttpd/tinyhttpd.service \
|
|
|
+ $(TARGET_DIR)/usr/lib/systemd/system/tinyhttpd.service
|
|
|
+ mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
|
|
+ ln -sf ../../../../usr/lib/systemd/system/tinyhttpd.service \
|
|
|
+ $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/tinyhttpd.service
|
|
|
+endef
|
|
|
+
|
|
|
$(eval $(generic-package))
|