fix(Makefile): add missing systemd service
Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Failing after 23s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 29s
Markdown linter / markdown-lint (push) Failing after 3s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Failing after 38s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 58s
Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Failing after 23s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 29s
Markdown linter / markdown-lint (push) Failing after 3s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Failing after 38s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 58s
This commit is contained in:
parent
b8cb19ea7b
commit
3810acad34
4
Makefile
4
Makefile
@ -73,6 +73,10 @@ install: prometheus-fail2ban-exporter
|
|||||||
install --directory ${DESTDIR}${PREFIX}/share/licenses/${EXECUTABLE}
|
install --directory ${DESTDIR}${PREFIX}/share/licenses/${EXECUTABLE}
|
||||||
install --mode 0644 LICENSE ${DESTDIR}${PREFIX}/share/licenses/${EXECUTABLE}/LICENSE
|
install --mode 0644 LICENSE ${DESTDIR}${PREFIX}/share/licenses/${EXECUTABLE}/LICENSE
|
||||||
|
|
||||||
|
install --directory ${DESTDIR}${PREFIX}/systemd/system
|
||||||
|
install --mode 0644 systemd/systemd.service ${DESTDIR}${PREFIX}/systemd/system/${EXECUTABLE}.service
|
||||||
|
sed --in-place --regexp-extended 's/EXECUTABLE/${EXECUTABLE}/gm' ${DESTDIR}${PREFIX}/systemd/system/${EXECUTABLE}.service
|
||||||
|
|
||||||
# UNINSTALL
|
# UNINSTALL
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
PHONY+=uninstall
|
PHONY+=uninstall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user