diff --git a/Makefile b/Makefile index b8fb7bf..f29dc22 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,10 @@ ${TARGET}: main.go install: install -Dm 0755 ${TARGET} ${INSTALL_BINDIR}/${TARGET} - install -Dm 0644 config.example.json ${INSTALL_CONFIGDIR}/config.json + install -Dm 0644 contrib/config.example.json ${INSTALL_CONFIGDIR}/config.json install-service: - install -Dm 0644 ${TARGET}.service ${INSTALL_SYSDSERVICEDIR}/${TARGET}.service + install -Dm 0644 contrib/systemd/${TARGET}.service ${INSTALL_SYSDSERVICEDIR}/${TARGET}.service ${SYSCTL} daemon-reload uninstall: