From 4fb9103f274e27fd78be6adbd2f27bec31b3e4d4 Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 18 Mar 2026 11:11:09 -0400 Subject: [PATCH] fix: added install step for runit on artix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e96dc2f..0353e95 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,7 @@ install-runit: $(TARGET) @echo "Installed runit service to /etc/service/omnisearch" @echo "You need to start the service manually" @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) @mkdir -p $(DATA_DIR)/templates $(DATA_DIR)/static $(LOG_DIR) $(CACHE_DIR)