1
0

stop-service target removed from Makefile.

This commit is contained in:
Alexander Andreev 2022-05-24 18:43:56 +04:00
parent 6155b593b2
commit 14bc73588b
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -24,10 +24,6 @@ install:
install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service
stop-service:
${SYSCTL} stop ${TARGET}.service
${SYSCTL} disable ${TARGET}.service
uninstall: uninstall:
rm ${DESTDIR}usr/bin/${TARGET} rm ${DESTDIR}usr/bin/${TARGET}
rm ${DESTDIR}usr/share/licenses/${TARGET}/LICENSE rm ${DESTDIR}usr/share/licenses/${TARGET}/LICENSE