SystemD service moved out to the root of init dir and renamed to systemd.service.

This commit is contained in:
Alexander Andreev 2023-01-08 17:02:43 +04:00
parent d7599bdf46
commit b91c24998a
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ install:
install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET}
install -Dm 0644 LICENSE ${DESTDIR}usr/share/licenses/${PACKAGE_NAME}/LICENSE
install -Dm 0644 init/systemd/${PACKAGE_NAME}.service ${DESTDIR}${SYSDDIR}/${PACKAGE_NAME}.service
install -Dm 0644 init/systemd.service ${DESTDIR}${SYSDDIR}/${PACKAGE_NAME}.service
uninstall:
rm ${DESTDIR}usr/bin/${TARGET}