smeserver-base/root/etc/logrotate.d/dhcpd

12 lines
211 B
Plaintext
Raw Normal View History

/var/log/dhcpd/current /var/log/dhcpd/dhcpd.log {
missingok
notifempty
create 600 root root
su root root
postrotate
/usr/bin/systemctl reload-or-try-restart dhcpd
endscript
}