debian: Create /var/log/ directories

Use systemd-tmpfiles to manage the following
directories:

- /var/log/dcdbsync
- /var/log/dcmanager
- /var/log/dcorch

Test Plan:

PASS Apply patch
PASS Build initramfs-ostree package
PASS Build image
PASS Boot image
PASS Check for missing /var/log/dcorch

Depends-On: https://review.opendev.org/c/starlingx/integ/+/859664

Story: 2009968
Task: 46459

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: Ib182431195fee59885ee111f73c5b407deccbe9f
This commit is contained in:
Charles Short 2022-09-28 13:25:44 -04:00
parent 7e29e93417
commit d49362edf3
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
d /var/log/dcdbsync 0755 root root - -
d /var/log/dcmanager 0755 root root - -
d /var/log/dcorch 0755 root root - -