mirror of https://github.com/fairyglade/ly.git
openrc service
This commit is contained in:
parent
376c528ec1
commit
f424833af9
4
makefile
4
makefile
|
@ -92,6 +92,10 @@ installnoconf: $(BIND)/$(NAME)
|
||||||
@install -DZ $(RESD)/ly.service -m 644 -t ${DESTDIR}/usr/lib/systemd/system
|
@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
|
@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:
|
uninstall:
|
||||||
@echo "uninstalling"
|
@echo "uninstalling"
|
||||||
@rm -rf ${DESTDIR}/etc/ly
|
@rm -rf ${DESTDIR}/etc/ly
|
||||||
|
|
Loading…
Reference in New Issue