openrc service

This commit is contained in:
Cavernosa 2022-05-17 04:29:59 +00:00 committed by GitHub
parent 376c528ec1
commit f424833af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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