diff --git a/Makefile b/Makefile index c798f17..f977c10 100755 --- a/Makefile +++ b/Makefile @@ -24,6 +24,8 @@ install: install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service + install -Dm 0644 build/${TARGET}.conf ${DESTDIR}usr/lib/sysusers.d/${TARGET}.conf + install -Dm 0755 -d ${DESTDIR}var/log/${TARGET} stop-service: @@ -36,5 +38,7 @@ uninstall: rm ${DESTDIR}${SYSDDIR}/${TARGET}.service + rm ${DESTDIR}usr/lib/sysusers.d/${TARGET}.conf + clean: go clean