mirror of
https://git.bwaaa.monster/omnisearch
synced 2026-03-25 17:19:02 +02:00
fix: added install step for runit on artix
This commit is contained in:
2
Makefile
2
Makefile
@@ -169,7 +169,7 @@ install-runit: $(TARGET)
|
|||||||
@echo "Installed runit service to /etc/service/omnisearch"
|
@echo "Installed runit service to /etc/service/omnisearch"
|
||||||
@echo "You need to start the service manually"
|
@echo "You need to start the service manually"
|
||||||
@echo "Void: ln -s /etc/service/omnisearch/ /var/service"
|
@echo "Void: ln -s /etc/service/omnisearch/ /var/service"
|
||||||
@echo "Artix: Idk I don't use artix -crumpet"
|
@echo "Artix: ln -s /etc/service/omnisearch/ /run/runit/"
|
||||||
|
|
||||||
install-s6: $(TARGET)
|
install-s6: $(TARGET)
|
||||||
@mkdir -p $(DATA_DIR)/templates $(DATA_DIR)/static $(LOG_DIR) $(CACHE_DIR)
|
@mkdir -p $(DATA_DIR)/templates $(DATA_DIR)/static $(LOG_DIR) $(CACHE_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user