mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 21:55:19 +02:00
6 lines
147 B
Text
6 lines
147 B
Text
/var/log/named.log {
|
|
missingok
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/named/named.pid 2>/dev/null` 2>/dev/null || true
|
|
endscript
|
|
}
|