Package logrotate script

This commit is contained in:
2025-01-15 01:34:04 -05:00
parent ab7381f0ca
commit 0cd1fe0148
6 changed files with 10 additions and 4 deletions

View File

@@ -69,6 +69,9 @@ install:
# Install systemd unit files
cp systemd/* $(DESTDIR)/lib/systemd/system/
# Install logrotate config
cp logrotate/${PACKAGE_NAME}.logrotate ${DESTDIR}/etc/logrotate.d/${PACKAGE_NAME}
install-tests: debian-install-test rocky-install-test ubuntu-install-test