Create log dir. Copy sysusers.d config.
This commit is contained in:
parent
fc43a7a2c1
commit
911bf8cc91
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user