From 911bf8cc9122129256acb66c3c3370cef7733731 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 11 Feb 2022 03:47:46 +0400 Subject: [PATCH] Create log dir. Copy sysusers.d config. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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