fix: install unit file
All checks were successful
Continuous Integration / lint_n_build (push) Successful in 17s
Continuous Delivery / build_n_upload (push) Successful in 17s

This commit is contained in:
2026-03-14 01:07:29 +01:00
parent 7fe1fef339
commit 52eb7159ef

View File

@@ -75,7 +75,7 @@ install: ## Install files into rpm dest (requires env var DESTDIR)
fi
install --mode=755 --directory $(DESTDIR)$(RPM_SYSCONFDIR)/valkey $(DESTDIR)$(RPM_UNITDIR)/valkey.service.d
install --mode=644 --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/valkey files/valkey/netoik_valkey.conf
install --mode=644 --target-directory=$(DESTDIR)$(RPM_UNITDIR) files/systemd/valkey.conf
install --mode=644 --target-directory=$(DESTDIR)$(RPM_UNITDIR)/valkey.service.d files/systemd/valkey.conf
.PHONY: upload
upload: ## Upload rpm package to Gitea repository (requires env var PKG_TOKEN)