Skip to content
Snippets Groups Projects
Verified Commit 7ee9cfac authored by Karel Koci's avatar Karel Koci :metal:
Browse files

updater-ng: move updater's init to supervisor package

parent 51030db6
Branches
Tags
No related merge requests found
......@@ -55,9 +55,6 @@ define Package/$(PKG_NAME)/install
# it is here only for reference and to make sure that it exists.
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_CONF) ./files/updater.config $(1)/etc/config/updater
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/supervisor/init $(1)/etc/init.d/updater-journal-recover
endef
define Package/$(PKG_NAME)/conffiles
......@@ -76,6 +73,8 @@ define Py3Package/$(PKG_NAME)-supervisor/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/supervisor/updater-supervisor $(1)/usr/bin/
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/supervisor/init $(1)/etc/init.d/updater-journal-recover
$(INSTALL_DIR) $(1)/etc/cron.d
$(INSTALL_CONF) $(PKG_BUILD_DIR)/src/supervisor/cron $(1)/etc/cron.d/updater
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment