From f424833af90341a3729674155ccf25010605a0d5 Mon Sep 17 00:00:00 2001 From: Cavernosa <42952107+Cavernosa@users.noreply.github.com> Date: Tue, 17 May 2022 04:29:59 +0000 Subject: [PATCH] openrc service --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index f8cc6ed..f0898cb 100644 --- a/makefile +++ b/makefile @@ -92,6 +92,10 @@ installnoconf: $(BIND)/$(NAME) @install -DZ $(RESD)/ly.service -m 644 -t ${DESTDIR}/usr/lib/systemd/system @install -DZ $(RESD)/pam.d/ly -m 644 -t ${DESTDIR}/etc/pam.d +installopenrc: + @echo "installing openrc service" + @install -DZ $(RESD)/ly-openrc -m 755 -t ${DESTDIR}/etc/init.d/${NAME} + uninstall: @echo "uninstalling" @rm -rf ${DESTDIR}/etc/ly