File: ahcpd.logrotate

package info (click to toggle)
ahcpd 0.53-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 292 kB
  • sloc: ansic: 3,487; sh: 211; makefile: 91
file content (10 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
/var/log/ahcpd.log {
    weekly
    rotate 8
    compress
    missingok
    notifempty
    postrotate
        [ -r /var/run/ahcpd.pid ] && kill -USR2 $(cat /var/run/ahcpd.pid)
    endscript
}