mg
42311e2cce
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#307 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
15 lines
232 B
Django/Jinja
15 lines
232 B
Django/Jinja
{{ file_header | default () }}
|
|
{{ dnsmasq_logfile }} {
|
|
su root root
|
|
create 0640 root root
|
|
rotate 4
|
|
daily
|
|
compress
|
|
missingok
|
|
notifempty
|
|
dateext
|
|
dateyesterday
|
|
postrotate
|
|
systemctl restart dnsmasq
|
|
endscript
|
|
}
|