1
0

Create log dir. Copy sysusers.d config.

This commit is contained in:
Alexander Andreev 2022-02-11 03:47:46 +04:00
parent fc43a7a2c1
commit 911bf8cc91
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -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