13 lines
177 B
Text
13 lines
177 B
Text
|
{{ file_header | default () }}
|
||
|
{{ dnsmasq_logfile }} {
|
||
|
su root root
|
||
|
create 0640 root root
|
||
|
rotate 4
|
||
|
daily
|
||
|
compress
|
||
|
missingok
|
||
|
notifempty
|
||
|
dateext
|
||
|
dateyesterday
|
||
|
}
|