diff --git a/Makefile b/Makefile index bc95dad..428e697 100755 --- a/Makefile +++ b/Makefile @@ -31,6 +31,10 @@ install: install -Dm 0644 init/systemd/${TARGET}-clear.timer ${DESTDIR}${SYSDDIR}/${TARGET}-clear.timer install -Dm 0644 init/systemd/${TARGET}-clear.service ${DESTDIR}${SYSDDIR}/${TARGET}-clear.service + install -Dm 0644 build/dwelling-upload.conf ${DESTDIR}usr/lib/sysusers.d/dwelling-upload.conf + + install -Dm 0644 -d ${DESTDIR}var/log/dwelling-upload + stop-service: ${SYSCTL} stop ${TARGET}.service ${SYSCTL} stop ${TARGET}-clear.timer