* Tue Feb 25 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme

- move to full systemd unit [SME: 12877]
This commit is contained in:
2025-02-25 23:08:48 -05:00
parent 9bc8a0f5eb
commit 537dbcf295
13 changed files with 65 additions and 33 deletions

View File

@@ -0,0 +1,15 @@
/var/log/tinydns/tinydns.log{
weekly
rotate 4
missingok
notifempty
compress
delaycompress
sharedscripts
su root root
create 600 root root
postrotate
/usr/bin/systemctl try-restart tinydns.service >/dev/null 2>&1 || true
endscript
}